Shades of Turquoise #24EEC9
Tints of Turquoise #24EEC9
RGB
CMYK
RGB Variations
Color information
#24EEC9 (or 0x24EEC9) is known color: Turquoise. HEX triplet: 24, EE and C9. RGB value is (36,238,201). Sum of RGB (Red+Green+Blue) = 36+238+201=475 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.58% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #24EEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EEC9 is #DB1136. Grayscale: #ADADAD. Windows color (decimal): -14356791 or 13233700. OLE color: 13233700.
HSL color Cylindrical-coordinate representation of color #24EEC9: hue angle of 169.01º 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 #24EEC9 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 238 | 201 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.07 |
| HSL | 169.01º | 0.86% | 0.54% | - |
| HSV(B) | 169.01º | 0.85% | 0.93% | - |
| XYZ | 41.84 | 65.74 | 65.74 | - |
| YUV | 173.38 | 143.58 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 238 | 201 | 0.85 | 0 | 0.16 | 0.07 | 169.01 | 0.86 | 0.54 |
| Hex | 24 | EE | C9 | 55 | 0 | 10 | 7 | A9 | 56 | 36 |
| Octal | 44 | 356 | 311 | 125 | 0 | 20 | 7 | 251 | 126 | 66 |
| Binary | 100100 | 11101110 | 11001001 | 1010101 | 0 | 10000 | 111 | 10101001 | 1010110 | 110110 |
Color Harmonies of #24EEC9
Complementary color
Monochromatic Colors of #24EEC9
Black with #24EEC9
Text Example
Text Example
White with #24EEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EEC9; }
p { color: rgb(36,238,201); }
H1.HeaderClassName
{
color: #24EEC9;
}
.AnyTagClassName
{
color: #24EEC9;
}
</style>
background-color css
<style>
a { background-color: #24EEC9; }
a { background-color: rgb(36,238,201); }
div.DivClassName
{
background-color: #24EEC9;
}
.BgClassName
{
background-color: #24EEC9;
}
</style>
border-color css
<style>
span { border-color: #24EEC9; }
span { border-color: rgb(36,238,201); }
td.TdClassName
{
border-color: #24EEC9;
}
.TagClassName
{
border-color: #24EEC9;
}
</style>