Shades of Turquoise #24ECC2
Tints of Turquoise #24ECC2
RGB
CMYK
RGB Variations
Color information
#24ECC2 (or 0x24ECC2) is known color: Turquoise. HEX triplet: 24, EC and C2. RGB value is (36,236,194). Sum of RGB (Red+Green+Blue) = 36+236+194=466 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.73% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #24ECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24ECC2 is #DB133D. Grayscale: #ABABAB. Windows color (decimal): -14357310 or 12774436. OLE color: 12774436.
HSL color Cylindrical-coordinate representation of color #24ECC2: hue angle of 167.4º 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 #24ECC2 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 236 | 194 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.07 |
| HSL | 167.4º | 0.84% | 0.53% | - |
| HSV(B) | 167.4º | 0.85% | 0.93% | - |
| XYZ | 40.46 | 64.26 | 61.31 | - |
| YUV | 171.41 | 140.74 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 236 | 194 | 0.85 | 0 | 0.18 | 0.07 | 167.4 | 0.84 | 0.53 |
| Hex | 24 | EC | C2 | 55 | 0 | 12 | 7 | A7 | 54 | 35 |
| Octal | 44 | 354 | 302 | 125 | 0 | 22 | 7 | 247 | 124 | 65 |
| Binary | 100100 | 11101100 | 11000010 | 1010101 | 0 | 10010 | 111 | 10100111 | 1010100 | 110101 |
Color Harmonies of #24ECC2
Complementary color
Monochromatic Colors of #24ECC2
Black with #24ECC2
Text Example
Text Example
White with #24ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ECC2; }
p { color: rgb(36,236,194); }
H1.HeaderClassName
{
color: #24ECC2;
}
.AnyTagClassName
{
color: #24ECC2;
}
</style>
background-color css
<style>
a { background-color: #24ECC2; }
a { background-color: rgb(36,236,194); }
div.DivClassName
{
background-color: #24ECC2;
}
.BgClassName
{
background-color: #24ECC2;
}
</style>
border-color css
<style>
span { border-color: #24ECC2; }
span { border-color: rgb(36,236,194); }
td.TdClassName
{
border-color: #24ECC2;
}
.TagClassName
{
border-color: #24ECC2;
}
</style>