Shades of Turquoise #24ECB7
Tints of Turquoise #24ECB7
RGB
CMYK
RGB Variations
Color information
#24ECB7 (or 0x24ECB7) is known color: Turquoise. HEX triplet: 24, EC and B7. RGB value is (36,236,183). Sum of RGB (Red+Green+Blue) = 36+236+183=455 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.91% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #24ECB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24ECB7 is #DB1348. Grayscale: #AAAAAA. Windows color (decimal): -14357321 or 12053540. OLE color: 12053540.
HSL color Cylindrical-coordinate representation of color #24ECB7: hue angle of 164.1º 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 #24ECB7 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 236 | 183 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.07 |
| HSL | 164.1º | 0.84% | 0.53% | - |
| HSV(B) | 164.1º | 0.85% | 0.93% | - |
| XYZ | 39.27 | 63.78 | 55.04 | - |
| YUV | 170.16 | 135.24 | 32.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 236 | 183 | 0.85 | 0 | 0.22 | 0.07 | 164.1 | 0.84 | 0.53 |
| Hex | 24 | EC | B7 | 55 | 0 | 16 | 7 | A4 | 54 | 35 |
| Octal | 44 | 354 | 267 | 125 | 0 | 26 | 7 | 244 | 124 | 65 |
| Binary | 100100 | 11101100 | 10110111 | 1010101 | 0 | 10110 | 111 | 10100100 | 1010100 | 110101 |
Color Harmonies of #24ECB7
Complementary color
Monochromatic Colors of #24ECB7
Black with #24ECB7
Text Example
Text Example
White with #24ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ECB7; }
p { color: rgb(36,236,183); }
H1.HeaderClassName
{
color: #24ECB7;
}
.AnyTagClassName
{
color: #24ECB7;
}
</style>
background-color css
<style>
a { background-color: #24ECB7; }
a { background-color: rgb(36,236,183); }
div.DivClassName
{
background-color: #24ECB7;
}
.BgClassName
{
background-color: #24ECB7;
}
</style>
border-color css
<style>
span { border-color: #24ECB7; }
span { border-color: rgb(36,236,183); }
td.TdClassName
{
border-color: #24ECB7;
}
.TagClassName
{
border-color: #24ECB7;
}
</style>