Shades of Turquoise #24CEC8
Tints of Turquoise #24CEC8
RGB
CMYK
RGB Variations
Color information
#24CEC8 (or 0x24CEC8) is known color: Turquoise. HEX triplet: 24, CE and C8. RGB value is (36,206,200). Sum of RGB (Red+Green+Blue) = 36+206+200=442 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.14% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #24CEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CEC8 is #DB3137. Grayscale: #9A9A9A. Windows color (decimal): -14364984 or 13159972. OLE color: 13159972.
HSL color Cylindrical-coordinate representation of color #24CEC8: hue angle of 177.88º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CEC8 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 206 | 200 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.19 |
| HSL | 177.88º | 0.7% | 0.47% | - |
| HSV(B) | 177.88º | 0.83% | 0.81% | - |
| XYZ | 33.22 | 48.69 | 62.29 | - |
| YUV | 154.49 | 153.68 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 206 | 200 | 0.83 | 0 | 0.03 | 0.19 | 177.88 | 0.7 | 0.47 |
| Hex | 24 | CE | C8 | 53 | 0 | 3 | 13 | B2 | 46 | 2F |
| Octal | 44 | 316 | 310 | 123 | 0 | 3 | 23 | 262 | 106 | 57 |
| Binary | 100100 | 11001110 | 11001000 | 1010011 | 0 | 11 | 10011 | 10110010 | 1000110 | 101111 |
Color Harmonies of #24CEC8
Complementary color
Monochromatic Colors of #24CEC8
Black with #24CEC8
Text Example
Text Example
White with #24CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CEC8; }
p { color: rgb(36,206,200); }
H1.HeaderClassName
{
color: #24CEC8;
}
.AnyTagClassName
{
color: #24CEC8;
}
</style>
background-color css
<style>
a { background-color: #24CEC8; }
a { background-color: rgb(36,206,200); }
div.DivClassName
{
background-color: #24CEC8;
}
.BgClassName
{
background-color: #24CEC8;
}
</style>
border-color css
<style>
span { border-color: #24CEC8; }
span { border-color: rgb(36,206,200); }
td.TdClassName
{
border-color: #24CEC8;
}
.TagClassName
{
border-color: #24CEC8;
}
</style>