Shades of Turquoise #24CEC4
Tints of Turquoise #24CEC4
RGB
CMYK
RGB Variations
Color information
#24CEC4 (or 0x24CEC4) is known color: Turquoise. HEX triplet: 24, CE and C4. RGB value is (36,206,196). Sum of RGB (Red+Green+Blue) = 36+206+196=438 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.22% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #24CEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CEC4 is #DB313B. Grayscale: #999999. Windows color (decimal): -14364988 or 12897828. OLE color: 12897828.
HSL color Cylindrical-coordinate representation of color #24CEC4: hue angle of 176.47º 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 #24CEC4 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 206 | 196 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.19 |
| HSL | 176.47º | 0.7% | 0.47% | - |
| HSV(B) | 176.47º | 0.83% | 0.81% | - |
| XYZ | 32.76 | 48.5 | 59.86 | - |
| YUV | 154.03 | 151.68 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 206 | 196 | 0.83 | 0 | 0.05 | 0.19 | 176.47 | 0.7 | 0.47 |
| Hex | 24 | CE | C4 | 53 | 0 | 5 | 13 | B0 | 46 | 2F |
| Octal | 44 | 316 | 304 | 123 | 0 | 5 | 23 | 260 | 106 | 57 |
| Binary | 100100 | 11001110 | 11000100 | 1010011 | 0 | 101 | 10011 | 10110000 | 1000110 | 101111 |
Color Harmonies of #24CEC4
Complementary color
Monochromatic Colors of #24CEC4
Black with #24CEC4
Text Example
Text Example
White with #24CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CEC4; }
p { color: rgb(36,206,196); }
H1.HeaderClassName
{
color: #24CEC4;
}
.AnyTagClassName
{
color: #24CEC4;
}
</style>
background-color css
<style>
a { background-color: #24CEC4; }
a { background-color: rgb(36,206,196); }
div.DivClassName
{
background-color: #24CEC4;
}
.BgClassName
{
background-color: #24CEC4;
}
</style>
border-color css
<style>
span { border-color: #24CEC4; }
span { border-color: rgb(36,206,196); }
td.TdClassName
{
border-color: #24CEC4;
}
.TagClassName
{
border-color: #24CEC4;
}
</style>