Shades of Turquoise #24ECB5
Tints of Turquoise #24ECB5
RGB
CMYK
RGB Variations
Color information
#24ECB5 (or 0x24ECB5) is known color: Turquoise. HEX triplet: 24, EC and B5. RGB value is (36,236,181). Sum of RGB (Red+Green+Blue) = 36+236+181=453 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.95% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #24ECB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24ECB5 is #DB134A. Grayscale: #A9A9A9. Windows color (decimal): -14357323 or 11922468. OLE color: 11922468.
HSL color Cylindrical-coordinate representation of color #24ECB5: hue angle of 163.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24ECB5 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 236 | 181 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.07 |
| HSL | 163.5º | 0.84% | 0.53% | - |
| HSV(B) | 163.5º | 0.85% | 0.93% | - |
| XYZ | 39.06 | 63.7 | 53.95 | - |
| YUV | 169.93 | 134.24 | 32.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 236 | 181 | 0.85 | 0 | 0.23 | 0.07 | 163.5 | 0.84 | 0.53 |
| Hex | 24 | EC | B5 | 55 | 0 | 17 | 7 | A4 | 54 | 35 |
| Octal | 44 | 354 | 265 | 125 | 0 | 27 | 7 | 244 | 124 | 65 |
| Binary | 100100 | 11101100 | 10110101 | 1010101 | 0 | 10111 | 111 | 10100100 | 1010100 | 110101 |
Color Harmonies of #24ECB5
Complementary color
Monochromatic Colors of #24ECB5
Black with #24ECB5
Text Example
Text Example
White with #24ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ECB5; }
p { color: rgb(36,236,181); }
H1.HeaderClassName
{
color: #24ECB5;
}
.AnyTagClassName
{
color: #24ECB5;
}
</style>
background-color css
<style>
a { background-color: #24ECB5; }
a { background-color: rgb(36,236,181); }
div.DivClassName
{
background-color: #24ECB5;
}
.BgClassName
{
background-color: #24ECB5;
}
</style>
border-color css
<style>
span { border-color: #24ECB5; }
span { border-color: rgb(36,236,181); }
td.TdClassName
{
border-color: #24ECB5;
}
.TagClassName
{
border-color: #24ECB5;
}
</style>