Shades of Turquoise #24EED1
Tints of Turquoise #24EED1
RGB
CMYK
RGB Variations
Color information
#24EED1 (or 0x24EED1) is known color: Turquoise. HEX triplet: 24, EE and D1. RGB value is (36,238,209). Sum of RGB (Red+Green+Blue) = 36+238+209=483 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.45% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #24EED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EED1 is #DB112E. Grayscale: #AEAEAE. Windows color (decimal): -14356783 or 13757988. OLE color: 13757988.
HSL color Cylindrical-coordinate representation of color #24EED1: hue angle of 171.39º 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 #24EED1 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 238 | 209 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.07 |
| HSL | 171.39º | 0.86% | 0.54% | - |
| HSV(B) | 171.39º | 0.85% | 0.93% | - |
| XYZ | 42.81 | 66.13 | 70.83 | - |
| YUV | 174.3 | 147.58 | 29.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 238 | 209 | 0.85 | 0 | 0.12 | 0.07 | 171.39 | 0.86 | 0.54 |
| Hex | 24 | EE | D1 | 55 | 0 | C | 7 | AB | 56 | 36 |
| Octal | 44 | 356 | 321 | 125 | 0 | 14 | 7 | 253 | 126 | 66 |
| Binary | 100100 | 11101110 | 11010001 | 1010101 | 0 | 1100 | 111 | 10101011 | 1010110 | 110110 |
Color Harmonies of #24EED1
Complementary color
Monochromatic Colors of #24EED1
Black with #24EED1
Text Example
Text Example
White with #24EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EED1; }
p { color: rgb(36,238,209); }
H1.HeaderClassName
{
color: #24EED1;
}
.AnyTagClassName
{
color: #24EED1;
}
</style>
background-color css
<style>
a { background-color: #24EED1; }
a { background-color: rgb(36,238,209); }
div.DivClassName
{
background-color: #24EED1;
}
.BgClassName
{
background-color: #24EED1;
}
</style>
border-color css
<style>
span { border-color: #24EED1; }
span { border-color: rgb(36,238,209); }
td.TdClassName
{
border-color: #24EED1;
}
.TagClassName
{
border-color: #24EED1;
}
</style>