Shades of Turquoise #24CEC2
Tints of Turquoise #24CEC2
RGB
CMYK
RGB Variations
Color information
#24CEC2 (or 0x24CEC2) is known color: Turquoise. HEX triplet: 24, CE and C2. RGB value is (36,206,194). Sum of RGB (Red+Green+Blue) = 36+206+194=436 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.26% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #24CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CEC2 is #DB313D. Grayscale: #999999. Windows color (decimal): -14364990 or 12766756. OLE color: 12766756.
HSL color Cylindrical-coordinate representation of color #24CEC2: hue angle of 175.76º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CEC2 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 206 | 194 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.19 |
| HSL | 175.76º | 0.7% | 0.47% | - |
| HSV(B) | 175.76º | 0.83% | 0.81% | - |
| XYZ | 32.54 | 48.41 | 58.67 | - |
| YUV | 153.8 | 150.68 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 206 | 194 | 0.83 | 0 | 0.06 | 0.19 | 175.76 | 0.7 | 0.47 |
| Hex | 24 | CE | C2 | 53 | 0 | 6 | 13 | B0 | 46 | 2F |
| Octal | 44 | 316 | 302 | 123 | 0 | 6 | 23 | 260 | 106 | 57 |
| Binary | 100100 | 11001110 | 11000010 | 1010011 | 0 | 110 | 10011 | 10110000 | 1000110 | 101111 |
Color Harmonies of #24CEC2
Complementary color
Monochromatic Colors of #24CEC2
Black with #24CEC2
Text Example
Text Example
White with #24CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CEC2; }
p { color: rgb(36,206,194); }
H1.HeaderClassName
{
color: #24CEC2;
}
.AnyTagClassName
{
color: #24CEC2;
}
</style>
background-color css
<style>
a { background-color: #24CEC2; }
a { background-color: rgb(36,206,194); }
div.DivClassName
{
background-color: #24CEC2;
}
.BgClassName
{
background-color: #24CEC2;
}
</style>
border-color css
<style>
span { border-color: #24CEC2; }
span { border-color: rgb(36,206,194); }
td.TdClassName
{
border-color: #24CEC2;
}
.TagClassName
{
border-color: #24CEC2;
}
</style>