Shades of Turquoise #24EED0
Tints of Turquoise #24EED0
RGB
CMYK
RGB Variations
Color information
#24EED0 (or 0x24EED0) is known color: Turquoise. HEX triplet: 24, EE and D0. RGB value is (36,238,208). Sum of RGB (Red+Green+Blue) = 36+238+208=482 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.47% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #24EED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EED0 is #DB112F. Grayscale: #AEAEAE. Windows color (decimal): -14356784 or 13692452. OLE color: 13692452.
HSL color Cylindrical-coordinate representation of color #24EED0: hue angle of 171.09º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EED0 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 238 | 208 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.07 |
| HSL | 171.09º | 0.86% | 0.54% | - |
| HSV(B) | 171.09º | 0.85% | 0.93% | - |
| XYZ | 42.69 | 66.08 | 70.18 | - |
| YUV | 174.18 | 147.08 | 29.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 238 | 208 | 0.85 | 0 | 0.13 | 0.07 | 171.09 | 0.86 | 0.54 |
| Hex | 24 | EE | D0 | 55 | 0 | D | 7 | AB | 56 | 36 |
| Octal | 44 | 356 | 320 | 125 | 0 | 15 | 7 | 253 | 126 | 66 |
| Binary | 100100 | 11101110 | 11010000 | 1010101 | 0 | 1101 | 111 | 10101011 | 1010110 | 110110 |
Color Harmonies of #24EED0
Complementary color
Monochromatic Colors of #24EED0
Black with #24EED0
Text Example
Text Example
White with #24EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EED0; }
p { color: rgb(36,238,208); }
H1.HeaderClassName
{
color: #24EED0;
}
.AnyTagClassName
{
color: #24EED0;
}
</style>
background-color css
<style>
a { background-color: #24EED0; }
a { background-color: rgb(36,238,208); }
div.DivClassName
{
background-color: #24EED0;
}
.BgClassName
{
background-color: #24EED0;
}
</style>
border-color css
<style>
span { border-color: #24EED0; }
span { border-color: rgb(36,238,208); }
td.TdClassName
{
border-color: #24EED0;
}
.TagClassName
{
border-color: #24EED0;
}
</style>