Shades of Turquoise #24EECE
Tints of Turquoise #24EECE
RGB
CMYK
RGB Variations
Color information
#24EECE (or 0x24EECE) is known color: Turquoise. HEX triplet: 24, EE and CE. RGB value is (36,238,206). Sum of RGB (Red+Green+Blue) = 36+238+206=480 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.5% from 480); Green value is 238 (93.36% from 255 or 49.58% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 238 - color contains mainly: green. Hex color #24EECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EECE is #DB1131. Grayscale: #ADADAD. Windows color (decimal): -14356786 or 13561380. OLE color: 13561380.
HSL color Cylindrical-coordinate representation of color #24EECE: hue angle of 170.5º 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 #24EECE is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 238 | 206 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.07 |
| HSL | 170.5º | 0.86% | 0.54% | - |
| HSV(B) | 170.5º | 0.85% | 0.93% | - |
| XYZ | 42.44 | 65.98 | 68.89 | - |
| YUV | 173.95 | 146.08 | 29.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 238 | 206 | 0.85 | 0 | 0.13 | 0.07 | 170.5 | 0.86 | 0.54 |
| Hex | 24 | EE | CE | 55 | 0 | D | 7 | AA | 56 | 36 |
| Octal | 44 | 356 | 316 | 125 | 0 | 15 | 7 | 252 | 126 | 66 |
| Binary | 100100 | 11101110 | 11001110 | 1010101 | 0 | 1101 | 111 | 10101010 | 1010110 | 110110 |
Color Harmonies of #24EECE
Complementary color
Monochromatic Colors of #24EECE
Black with #24EECE
Text Example
Text Example
White with #24EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EECE; }
p { color: rgb(36,238,206); }
H1.HeaderClassName
{
color: #24EECE;
}
.AnyTagClassName
{
color: #24EECE;
}
</style>
background-color css
<style>
a { background-color: #24EECE; }
a { background-color: rgb(36,238,206); }
div.DivClassName
{
background-color: #24EECE;
}
.BgClassName
{
background-color: #24EECE;
}
</style>
border-color css
<style>
span { border-color: #24EECE; }
span { border-color: rgb(36,238,206); }
td.TdClassName
{
border-color: #24EECE;
}
.TagClassName
{
border-color: #24EECE;
}
</style>