Shades of Turquoise #24EAD2
Tints of Turquoise #24EAD2
RGB
CMYK
RGB Variations
Color information
#24EAD2 (or 0x24EAD2) is known color: Turquoise. HEX triplet: 24, EA and D2. RGB value is (36,234,210). Sum of RGB (Red+Green+Blue) = 36+234+210=480 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.5% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #24EAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EAD2 is #DB152D. Grayscale: #ABABAB. Windows color (decimal): -14357806 or 13822500. OLE color: 13822500.
HSL color Cylindrical-coordinate representation of color #24EAD2: hue angle of 172.73º 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 #24EAD2 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 234 | 210 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.08 |
| HSL | 172.73º | 0.83% | 0.53% | - |
| HSV(B) | 172.73º | 0.85% | 0.92% | - |
| XYZ | 41.78 | 63.87 | 71.1 | - |
| YUV | 172.06 | 149.4 | 30.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 234 | 210 | 0.85 | 0 | 0.10 | 0.08 | 172.73 | 0.83 | 0.53 |
| Hex | 24 | EA | D2 | 55 | 0 | A | 8 | AD | 52 | 35 |
| Octal | 44 | 352 | 322 | 125 | 0 | 12 | 10 | 255 | 122 | 65 |
| Binary | 100100 | 11101010 | 11010010 | 1010101 | 0 | 1010 | 1000 | 10101101 | 1010010 | 110101 |
Color Harmonies of #24EAD2
Complementary color
Monochromatic Colors of #24EAD2
Black with #24EAD2
Text Example
Text Example
White with #24EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EAD2; }
p { color: rgb(36,234,210); }
H1.HeaderClassName
{
color: #24EAD2;
}
.AnyTagClassName
{
color: #24EAD2;
}
</style>
background-color css
<style>
a { background-color: #24EAD2; }
a { background-color: rgb(36,234,210); }
div.DivClassName
{
background-color: #24EAD2;
}
.BgClassName
{
background-color: #24EAD2;
}
</style>
border-color css
<style>
span { border-color: #24EAD2; }
span { border-color: rgb(36,234,210); }
td.TdClassName
{
border-color: #24EAD2;
}
.TagClassName
{
border-color: #24EAD2;
}
</style>