Shades of Turquoise #24EDD0
Tints of Turquoise #24EDD0
RGB
CMYK
RGB Variations
Color information
#24EDD0 (or 0x24EDD0) is known color: Turquoise. HEX triplet: 24, ED and D0. RGB value is (36,237,208). Sum of RGB (Red+Green+Blue) = 36+237+208=481 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.48% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #24EDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EDD0 is #DB122F. Grayscale: #ADADAD. Windows color (decimal): -14357040 or 13692196. OLE color: 13692196.
HSL color Cylindrical-coordinate representation of color #24EDD0: hue angle of 171.34º degrees, saturation: 0.85, 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 #24EDD0 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 237 | 208 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.07 |
| HSL | 171.34º | 0.85% | 0.54% | - |
| HSV(B) | 171.34º | 0.85% | 0.93% | - |
| XYZ | 42.4 | 65.5 | 70.08 | - |
| YUV | 173.6 | 147.41 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 237 | 208 | 0.85 | 0 | 0.12 | 0.07 | 171.34 | 0.85 | 0.54 |
| Hex | 24 | ED | D0 | 55 | 0 | C | 7 | AB | 55 | 36 |
| Octal | 44 | 355 | 320 | 125 | 0 | 14 | 7 | 253 | 125 | 66 |
| Binary | 100100 | 11101101 | 11010000 | 1010101 | 0 | 1100 | 111 | 10101011 | 1010101 | 110110 |
Color Harmonies of #24EDD0
Complementary color
Monochromatic Colors of #24EDD0
Black with #24EDD0
Text Example
Text Example
White with #24EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EDD0; }
p { color: rgb(36,237,208); }
H1.HeaderClassName
{
color: #24EDD0;
}
.AnyTagClassName
{
color: #24EDD0;
}
</style>
background-color css
<style>
a { background-color: #24EDD0; }
a { background-color: rgb(36,237,208); }
div.DivClassName
{
background-color: #24EDD0;
}
.BgClassName
{
background-color: #24EDD0;
}
</style>
border-color css
<style>
span { border-color: #24EDD0; }
span { border-color: rgb(36,237,208); }
td.TdClassName
{
border-color: #24EDD0;
}
.TagClassName
{
border-color: #24EDD0;
}
</style>