Shades of Bright Turquoise #24FCD6
Tints of Bright Turquoise #24FCD6
RGB
CMYK
RGB Variations
Color information
#24FCD6 (or 0x24FCD6) is known color: Bright Turquoise. HEX triplet: 24, FC and D6. RGB value is (36,252,214). Sum of RGB (Red+Green+Blue) = 36+252+214=502 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.17% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #24FCD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FCD6 is #DB0329. Grayscale: #B7B7B7. Windows color (decimal): -14353194 or 14089252. OLE color: 14089252.
HSL color Cylindrical-coordinate representation of color #24FCD6: hue angle of 169.44º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FCD6 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 252 | 214 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.01 |
| HSL | 169.44º | 0.97% | 0.56% | - |
| HSV(B) | 169.44º | 0.86% | 0.99% | - |
| XYZ | 47.68 | 74.85 | 75.55 | - |
| YUV | 183.08 | 145.44 | 23.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 252 | 214 | 0.86 | 0 | 0.15 | 0.01 | 169.44 | 0.97 | 0.56 |
| Hex | 24 | FC | D6 | 56 | 0 | F | 1 | A9 | 61 | 38 |
| Octal | 44 | 374 | 326 | 126 | 0 | 17 | 1 | 251 | 141 | 70 |
| Binary | 100100 | 11111100 | 11010110 | 1010110 | 0 | 1111 | 1 | 10101001 | 1100001 | 111000 |
Color Harmonies of #24FCD6
Complementary color
Monochromatic Colors of #24FCD6
Black with #24FCD6
Text Example
Text Example
White with #24FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FCD6; }
p { color: rgb(36,252,214); }
H1.HeaderClassName
{
color: #24FCD6;
}
.AnyTagClassName
{
color: #24FCD6;
}
</style>
background-color css
<style>
a { background-color: #24FCD6; }
a { background-color: rgb(36,252,214); }
div.DivClassName
{
background-color: #24FCD6;
}
.BgClassName
{
background-color: #24FCD6;
}
</style>
border-color css
<style>
span { border-color: #24FCD6; }
span { border-color: rgb(36,252,214); }
td.TdClassName
{
border-color: #24FCD6;
}
.TagClassName
{
border-color: #24FCD6;
}
</style>