Shades of Turquoise #24F0C0
Tints of Turquoise #24F0C0
RGB
CMYK
RGB Variations
Color information
#24F0C0 (or 0x24F0C0) is known color: Turquoise. HEX triplet: 24, F0 and C0. RGB value is (36,240,192). Sum of RGB (Red+Green+Blue) = 36+240+192=468 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.69% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #24F0C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F0C0 is #DB0F3F. Grayscale: #ADADAD. Windows color (decimal): -14356288 or 12644388. OLE color: 12644388.
HSL color Cylindrical-coordinate representation of color #24F0C0: hue angle of 165.88º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F0C0 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 240 | 192 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.06 |
| HSL | 165.88º | 0.87% | 0.54% | - |
| HSV(B) | 165.88º | 0.85% | 0.94% | - |
| XYZ | 41.4 | 66.5 | 60.52 | - |
| YUV | 173.53 | 138.41 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 240 | 192 | 0.85 | 0 | 0.20 | 0.06 | 165.88 | 0.87 | 0.54 |
| Hex | 24 | F0 | C0 | 55 | 0 | 14 | 6 | A6 | 57 | 36 |
| Octal | 44 | 360 | 300 | 125 | 0 | 24 | 6 | 246 | 127 | 66 |
| Binary | 100100 | 11110000 | 11000000 | 1010101 | 0 | 10100 | 110 | 10100110 | 1010111 | 110110 |
Color Harmonies of #24F0C0
Complementary color
Monochromatic Colors of #24F0C0
Black with #24F0C0
Text Example
Text Example
White with #24F0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F0C0; }
p { color: rgb(36,240,192); }
H1.HeaderClassName
{
color: #24F0C0;
}
.AnyTagClassName
{
color: #24F0C0;
}
</style>
background-color css
<style>
a { background-color: #24F0C0; }
a { background-color: rgb(36,240,192); }
div.DivClassName
{
background-color: #24F0C0;
}
.BgClassName
{
background-color: #24F0C0;
}
</style>
border-color css
<style>
span { border-color: #24F0C0; }
span { border-color: rgb(36,240,192); }
td.TdClassName
{
border-color: #24F0C0;
}
.TagClassName
{
border-color: #24F0C0;
}
</style>