Shades of Turquoise #24FFC6
Tints of Turquoise #24FFC6
RGB
CMYK
RGB Variations
Color information
#24FFC6 (or 0x24FFC6) is known color: Turquoise. HEX triplet: 24, FF and C6. RGB value is (36,255,198). Sum of RGB (Red+Green+Blue) = 36+255+198=489 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.36% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFC6 is #DB0039. Grayscale: #B7B7B7. Windows color (decimal): -14352442 or 13041444. OLE color: 13041444.
HSL color Cylindrical-coordinate representation of color #24FFC6: hue angle of 164.38º 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 #24FFC6 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 255 | 198 | - |
| CMYK | 0.86 | 0 | 0.22 | 0 |
| HSL | 164.38º | 1% | 0.57% | - |
| HSV(B) | 164.38º | 0.86% | 1% | - |
| XYZ | 46.68 | 75.97 | 65.63 | - |
| YUV | 183.02 | 136.45 | 23.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 255 | 198 | 0.86 | 0 | 0.22 | 0 | 164.38 | 1 | 0.57 |
| Hex | 24 | FF | C6 | 56 | 0 | 16 | 0 | A4 | 64 | 39 |
| Octal | 44 | 377 | 306 | 126 | 0 | 26 | 0 | 244 | 144 | 71 |
| Binary | 100100 | 11111111 | 11000110 | 1010110 | 0 | 10110 | 0 | 10100100 | 1100100 | 111001 |
Color Harmonies of #24FFC6
Complementary color
Monochromatic Colors of #24FFC6
Black with #24FFC6
Text Example
Text Example
White with #24FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FFC6; }
p { color: rgb(36,255,198); }
H1.HeaderClassName
{
color: #24FFC6;
}
.AnyTagClassName
{
color: #24FFC6;
}
</style>
background-color css
<style>
a { background-color: #24FFC6; }
a { background-color: rgb(36,255,198); }
div.DivClassName
{
background-color: #24FFC6;
}
.BgClassName
{
background-color: #24FFC6;
}
</style>
border-color css
<style>
span { border-color: #24FFC6; }
span { border-color: rgb(36,255,198); }
td.TdClassName
{
border-color: #24FFC6;
}
.TagClassName
{
border-color: #24FFC6;
}
</style>