Shades of Bright Turquoise #24FFD2
Tints of Bright Turquoise #24FFD2
RGB
CMYK
RGB Variations
Color information
#24FFD2 (or 0x24FFD2) is known color: Bright Turquoise. HEX triplet: 24, FF and D2. RGB value is (36,255,210). Sum of RGB (Red+Green+Blue) = 36+255+210=501 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.19% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFD2 is #DB002D. Grayscale: #B8B8B8. Windows color (decimal): -14352430 or 13827876. OLE color: 13827876.
HSL color Cylindrical-coordinate representation of color #24FFD2: hue angle of 167.67º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FFD2 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 255 | 210 | - |
| CMYK | 0.86 | 0 | 0.18 | 0 |
| HSL | 167.67º | 1% | 0.57% | - |
| HSV(B) | 167.67º | 0.86% | 1% | - |
| XYZ | 48.12 | 76.55 | 73.21 | - |
| YUV | 184.39 | 142.45 | 22.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 255 | 210 | 0.86 | 0 | 0.18 | 0 | 167.67 | 1 | 0.57 |
| Hex | 24 | FF | D2 | 56 | 0 | 12 | 0 | A8 | 64 | 39 |
| Octal | 44 | 377 | 322 | 126 | 0 | 22 | 0 | 250 | 144 | 71 |
| Binary | 100100 | 11111111 | 11010010 | 1010110 | 0 | 10010 | 0 | 10101000 | 1100100 | 111001 |
Color Harmonies of #24FFD2
Complementary color
Monochromatic Colors of #24FFD2
Black with #24FFD2
Text Example
Text Example
White with #24FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FFD2; }
p { color: rgb(36,255,210); }
H1.HeaderClassName
{
color: #24FFD2;
}
.AnyTagClassName
{
color: #24FFD2;
}
</style>
background-color css
<style>
a { background-color: #24FFD2; }
a { background-color: rgb(36,255,210); }
div.DivClassName
{
background-color: #24FFD2;
}
.BgClassName
{
background-color: #24FFD2;
}
</style>
border-color css
<style>
span { border-color: #24FFD2; }
span { border-color: rgb(36,255,210); }
td.TdClassName
{
border-color: #24FFD2;
}
.TagClassName
{
border-color: #24FFD2;
}
</style>