Shades of Turquoise #24EACA
Tints of Turquoise #24EACA
RGB
CMYK
RGB Variations
Color information
#24EACA (or 0x24EACA) is known color: Turquoise. HEX triplet: 24, EA and CA. RGB value is (36,234,202). Sum of RGB (Red+Green+Blue) = 36+234+202=472 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.63% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #24EACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EACA is #DB1535. Grayscale: #ABABAB. Windows color (decimal): -14357814 or 13298212. OLE color: 13298212.
HSL color Cylindrical-coordinate representation of color #24EACA: hue angle of 170.3º 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 #24EACA is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 234 | 202 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.08 |
| HSL | 170.3º | 0.83% | 0.53% | - |
| HSV(B) | 170.3º | 0.85% | 0.92% | - |
| XYZ | 40.81 | 63.48 | 65.98 | - |
| YUV | 171.15 | 145.4 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 234 | 202 | 0.85 | 0 | 0.14 | 0.08 | 170.3 | 0.83 | 0.53 |
| Hex | 24 | EA | CA | 55 | 0 | E | 8 | AA | 52 | 35 |
| Octal | 44 | 352 | 312 | 125 | 0 | 16 | 10 | 252 | 122 | 65 |
| Binary | 100100 | 11101010 | 11001010 | 1010101 | 0 | 1110 | 1000 | 10101010 | 1010010 | 110101 |
Color Harmonies of #24EACA
Complementary color
Monochromatic Colors of #24EACA
Black with #24EACA
Text Example
Text Example
White with #24EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EACA; }
p { color: rgb(36,234,202); }
H1.HeaderClassName
{
color: #24EACA;
}
.AnyTagClassName
{
color: #24EACA;
}
</style>
background-color css
<style>
a { background-color: #24EACA; }
a { background-color: rgb(36,234,202); }
div.DivClassName
{
background-color: #24EACA;
}
.BgClassName
{
background-color: #24EACA;
}
</style>
border-color css
<style>
span { border-color: #24EACA; }
span { border-color: rgb(36,234,202); }
td.TdClassName
{
border-color: #24EACA;
}
.TagClassName
{
border-color: #24EACA;
}
</style>