Shades of Turquoise #24E5CC
Tints of Turquoise #24E5CC
RGB
CMYK
RGB Variations
Color information
#24E5CC (or 0x24E5CC) is known color: Turquoise. HEX triplet: 24, E5 and CC. RGB value is (36,229,204). Sum of RGB (Red+Green+Blue) = 36+229+204=469 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.68% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #24E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24E5CC is #DB1A33. Grayscale: #A8A8A8. Windows color (decimal): -14359092 or 13428004. OLE color: 13428004.
HSL color Cylindrical-coordinate representation of color #24E5CC: hue angle of 172.23º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E5CC is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 229 | 204 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.10 |
| HSL | 172.23º | 0.79% | 0.52% | - |
| HSV(B) | 172.23º | 0.84% | 0.9% | - |
| XYZ | 39.65 | 60.77 | 66.77 | - |
| YUV | 168.44 | 148.06 | 33.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 229 | 204 | 0.84 | 0 | 0.11 | 0.10 | 172.23 | 0.79 | 0.52 |
| Hex | 24 | E5 | CC | 54 | 0 | B | A | AC | 4F | 34 |
| Octal | 44 | 345 | 314 | 124 | 0 | 13 | 12 | 254 | 117 | 64 |
| Binary | 100100 | 11100101 | 11001100 | 1010100 | 0 | 1011 | 1010 | 10101100 | 1001111 | 110100 |
Color Harmonies of #24E5CC
Complementary color
Monochromatic Colors of #24E5CC
Black with #24E5CC
Text Example
Text Example
White with #24E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E5CC; }
p { color: rgb(36,229,204); }
H1.HeaderClassName
{
color: #24E5CC;
}
.AnyTagClassName
{
color: #24E5CC;
}
</style>
background-color css
<style>
a { background-color: #24E5CC; }
a { background-color: rgb(36,229,204); }
div.DivClassName
{
background-color: #24E5CC;
}
.BgClassName
{
background-color: #24E5CC;
}
</style>
border-color css
<style>
span { border-color: #24E5CC; }
span { border-color: rgb(36,229,204); }
td.TdClassName
{
border-color: #24E5CC;
}
.TagClassName
{
border-color: #24E5CC;
}
</style>