Shades of Turquoise #24FFC9
Tints of Turquoise #24FFC9
RGB
CMYK
RGB Variations
Color information
#24FFC9 (or 0x24FFC9) is known color: Turquoise. HEX triplet: 24, FF and C9. RGB value is (36,255,201). Sum of RGB (Red+Green+Blue) = 36+255+201=492 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.32% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFC9 is #DB0036. Grayscale: #B7B7B7. Windows color (decimal): -14352439 or 13238052. OLE color: 13238052.
HSL color Cylindrical-coordinate representation of color #24FFC9: hue angle of 165.21º 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 #24FFC9 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 255 | 201 | - |
| CMYK | 0.86 | 0 | 0.21 | 0 |
| HSL | 165.21º | 1% | 0.57% | - |
| HSV(B) | 165.21º | 0.86% | 1% | - |
| XYZ | 47.03 | 76.11 | 67.47 | - |
| YUV | 183.36 | 137.95 | 22.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 255 | 201 | 0.86 | 0 | 0.21 | 0 | 165.21 | 1 | 0.57 |
| Hex | 24 | FF | C9 | 56 | 0 | 15 | 0 | A5 | 64 | 39 |
| Octal | 44 | 377 | 311 | 126 | 0 | 25 | 0 | 245 | 144 | 71 |
| Binary | 100100 | 11111111 | 11001001 | 1010110 | 0 | 10101 | 0 | 10100101 | 1100100 | 111001 |
Color Harmonies of #24FFC9
Complementary color
Monochromatic Colors of #24FFC9
Black with #24FFC9
Text Example
Text Example
White with #24FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FFC9; }
p { color: rgb(36,255,201); }
H1.HeaderClassName
{
color: #24FFC9;
}
.AnyTagClassName
{
color: #24FFC9;
}
</style>
background-color css
<style>
a { background-color: #24FFC9; }
a { background-color: rgb(36,255,201); }
div.DivClassName
{
background-color: #24FFC9;
}
.BgClassName
{
background-color: #24FFC9;
}
</style>
border-color css
<style>
span { border-color: #24FFC9; }
span { border-color: rgb(36,255,201); }
td.TdClassName
{
border-color: #24FFC9;
}
.TagClassName
{
border-color: #24FFC9;
}
</style>