Shades of Bright Turquoise #24D9E6
Tints of Bright Turquoise #24D9E6
RGB
CMYK
RGB Variations
Color information
#24D9E6 (or 0x24D9E6) is known color: Bright Turquoise. HEX triplet: 24, D9 and E6. RGB value is (36,217,230). Sum of RGB (Red+Green+Blue) = 36+217+230=483 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.45% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #24D9E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D9E6 is #DB2619. Grayscale: #A4A4A4. Windows color (decimal): -14362138 or 15128868. OLE color: 15128868.
HSL color Cylindrical-coordinate representation of color #24D9E6: hue angle of 184.02º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24D9E6 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 217 | 230 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.10 |
| HSL | 184.02º | 0.8% | 0.52% | - |
| HSV(B) | 184.02º | 0.84% | 0.9% | - |
| XYZ | 39.82 | 55.71 | 83.52 | - |
| YUV | 164.36 | 165.03 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 217 | 230 | 0.84 | 0.06 | 0 | 0.10 | 184.02 | 0.8 | 0.52 |
| Hex | 24 | D9 | E6 | 54 | 6 | 0 | A | B8 | 50 | 34 |
| Octal | 44 | 331 | 346 | 124 | 6 | 0 | 12 | 270 | 120 | 64 |
| Binary | 100100 | 11011001 | 11100110 | 1010100 | 110 | 0 | 1010 | 10111000 | 1010000 | 110100 |
Color Harmonies of #24D9E6
Complementary color
Monochromatic Colors of #24D9E6
Black with #24D9E6
Text Example
Text Example
White with #24D9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D9E6; }
p { color: rgb(36,217,230); }
H1.HeaderClassName
{
color: #24D9E6;
}
.AnyTagClassName
{
color: #24D9E6;
}
</style>
background-color css
<style>
a { background-color: #24D9E6; }
a { background-color: rgb(36,217,230); }
div.DivClassName
{
background-color: #24D9E6;
}
.BgClassName
{
background-color: #24D9E6;
}
</style>
border-color css
<style>
span { border-color: #24D9E6; }
span { border-color: rgb(36,217,230); }
td.TdClassName
{
border-color: #24D9E6;
}
.TagClassName
{
border-color: #24D9E6;
}
</style>