Shades of Turquoise #24FFC0
Tints of Turquoise #24FFC0
RGB
CMYK
RGB Variations
Color information
#24FFC0 (or 0x24FFC0) is known color: Turquoise. HEX triplet: 24, FF and C0. RGB value is (36,255,192). Sum of RGB (Red+Green+Blue) = 36+255+192=483 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.45% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFC0 is #DB003F. Grayscale: #B6B6B6. Windows color (decimal): -14352448 or 12648228. OLE color: 12648228.
HSL color Cylindrical-coordinate representation of color #24FFC0: hue angle of 162.74º 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 #24FFC0 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 255 | 192 | - |
| CMYK | 0.86 | 0 | 0.25 | 0 |
| HSL | 162.74º | 1% | 0.57% | - |
| HSV(B) | 162.74º | 0.86% | 1% | - |
| XYZ | 46 | 75.7 | 62.06 | - |
| YUV | 182.34 | 133.45 | 23.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 255 | 192 | 0.86 | 0 | 0.25 | 0 | 162.74 | 1 | 0.57 |
| Hex | 24 | FF | C0 | 56 | 0 | 19 | 0 | A3 | 64 | 39 |
| Octal | 44 | 377 | 300 | 126 | 0 | 31 | 0 | 243 | 144 | 71 |
| Binary | 100100 | 11111111 | 11000000 | 1010110 | 0 | 11001 | 0 | 10100011 | 1100100 | 111001 |
Color Harmonies of #24FFC0
Complementary color
Monochromatic Colors of #24FFC0
Black with #24FFC0
Text Example
Text Example
White with #24FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FFC0; }
p { color: rgb(36,255,192); }
H1.HeaderClassName
{
color: #24FFC0;
}
.AnyTagClassName
{
color: #24FFC0;
}
</style>
background-color css
<style>
a { background-color: #24FFC0; }
a { background-color: rgb(36,255,192); }
div.DivClassName
{
background-color: #24FFC0;
}
.BgClassName
{
background-color: #24FFC0;
}
</style>
border-color css
<style>
span { border-color: #24FFC0; }
span { border-color: rgb(36,255,192); }
td.TdClassName
{
border-color: #24FFC0;
}
.TagClassName
{
border-color: #24FFC0;
}
</style>