Color Code Converter
Convert HEX, RGB, HSL and HSV color codes. Color palette generator and color picker.
Popular Colors
Color Formats
HEX: #FF5733
Hexadecimal color code (starts with #)
Hexadecimal color code (starts with #)
RGB: rgb(255, 87, 51)
Red, Green, Blue (0-255)
Red, Green, Blue (0-255)
HSL: hsl(14, 100%, 60%)
Hue, Saturation, Lightness
Hue, Saturation, Lightness
HSV: hsv(14, 80%, 100%)
Hue, Saturation, Value
Hue, Saturation, Value
Detailed Information About Color Codes
Color Formats
HEX (Hexadecimal)
Most commonly used format on the web. Starts with # and consists of 6 characters. Every two characters represent RGB values.
RGB (Red, Green, Blue)
Specifies red, green and blue light values between 0-255. Used in screen technologies.
HSL (Hue, Saturation, Lightness)
Hue (0-360°), saturation (0-100%) and lightness (0-100%) values. Provides more intuitive color selection.
Usage Areas
- Web Tasarım: CSS, HTML
- Grafik Tasarım: Photoshop, Illustrator
- Programlama: UI/UX development
- Yazdırma: CMYK conversion
Tips
- HEX codes are case-insensitive
- 3-character HEX (#F5A) is automatically expanded to 6 characters
- HSL is ideal for creating color harmonies
- RGB values directly represent pixel colors
Pro Tip:
Use HSL when creating color palettes - you can achieve harmonious colors by using the same hue with different saturation and lightness.