Shades of Turquoise #24EACE
Tints of Turquoise #24EACE
RGB
CMYK
RGB Variations
Color information
#24EACE (or 0x24EACE) is known color: Turquoise. HEX triplet: 24, EA and CE. RGB value is (36,234,206). Sum of RGB (Red+Green+Blue) = 36+234+206=476 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.56% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #24EACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EACE is #DB1531. Grayscale: #ABABAB. Windows color (decimal): -14357810 or 13560356. OLE color: 13560356.
HSL color Cylindrical-coordinate representation of color #24EACE: hue angle of 171.52º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EACE is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 234 | 206 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.08 |
| HSL | 171.52º | 0.83% | 0.53% | - |
| HSV(B) | 171.52º | 0.85% | 0.92% | - |
| XYZ | 41.29 | 63.68 | 68.51 | - |
| YUV | 171.61 | 147.4 | 31.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 234 | 206 | 0.85 | 0 | 0.12 | 0.08 | 171.52 | 0.83 | 0.53 |
| Hex | 24 | EA | CE | 55 | 0 | C | 8 | AC | 52 | 35 |
| Octal | 44 | 352 | 316 | 125 | 0 | 14 | 10 | 254 | 122 | 65 |
| Binary | 100100 | 11101010 | 11001110 | 1010101 | 0 | 1100 | 1000 | 10101100 | 1010010 | 110101 |
Color Harmonies of #24EACE
Complementary color
Monochromatic Colors of #24EACE
Black with #24EACE
Text Example
Text Example
White with #24EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EACE; }
p { color: rgb(36,234,206); }
H1.HeaderClassName
{
color: #24EACE;
}
.AnyTagClassName
{
color: #24EACE;
}
</style>
background-color css
<style>
a { background-color: #24EACE; }
a { background-color: rgb(36,234,206); }
div.DivClassName
{
background-color: #24EACE;
}
.BgClassName
{
background-color: #24EACE;
}
</style>
border-color css
<style>
span { border-color: #24EACE; }
span { border-color: rgb(36,234,206); }
td.TdClassName
{
border-color: #24EACE;
}
.TagClassName
{
border-color: #24EACE;
}
</style>