Shades of Turquoise #24CEC5
Tints of Turquoise #24CEC5
RGB
CMYK
RGB Variations
Color information
#24CEC5 (or 0x24CEC5) is known color: Turquoise. HEX triplet: 24, CE and C5. RGB value is (36,206,197). Sum of RGB (Red+Green+Blue) = 36+206+197=439 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.20% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #24CEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CEC5 is #DB313A. Grayscale: #9A9A9A. Windows color (decimal): -14364987 or 12963364. OLE color: 12963364.
HSL color Cylindrical-coordinate representation of color #24CEC5: hue angle of 176.82º 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 #24CEC5 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 206 | 197 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.19 |
| HSL | 176.82º | 0.7% | 0.47% | - |
| HSV(B) | 176.82º | 0.83% | 0.81% | - |
| XYZ | 32.88 | 48.55 | 60.46 | - |
| YUV | 154.14 | 152.18 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 206 | 197 | 0.83 | 0 | 0.04 | 0.19 | 176.82 | 0.7 | 0.47 |
| Hex | 24 | CE | C5 | 53 | 0 | 4 | 13 | B1 | 46 | 2F |
| Octal | 44 | 316 | 305 | 123 | 0 | 4 | 23 | 261 | 106 | 57 |
| Binary | 100100 | 11001110 | 11000101 | 1010011 | 0 | 100 | 10011 | 10110001 | 1000110 | 101111 |
Color Harmonies of #24CEC5
Complementary color
Monochromatic Colors of #24CEC5
Black with #24CEC5
Text Example
Text Example
White with #24CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CEC5; }
p { color: rgb(36,206,197); }
H1.HeaderClassName
{
color: #24CEC5;
}
.AnyTagClassName
{
color: #24CEC5;
}
</style>
background-color css
<style>
a { background-color: #24CEC5; }
a { background-color: rgb(36,206,197); }
div.DivClassName
{
background-color: #24CEC5;
}
.BgClassName
{
background-color: #24CEC5;
}
</style>
border-color css
<style>
span { border-color: #24CEC5; }
span { border-color: rgb(36,206,197); }
td.TdClassName
{
border-color: #24CEC5;
}
.TagClassName
{
border-color: #24CEC5;
}
</style>