Shades of Turquoise #24D0C1
Tints of Turquoise #24D0C1
RGB
CMYK
RGB Variations
Color information
#24D0C1 (or 0x24D0C1) is known color: Turquoise. HEX triplet: 24, D0 and C1. RGB value is (36,208,193). Sum of RGB (Red+Green+Blue) = 36+208+193=437 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.24% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #24D0C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D0C1 is #DB2F3E. Grayscale: #9A9A9A. Windows color (decimal): -14364479 or 12701732. OLE color: 12701732.
HSL color Cylindrical-coordinate representation of color #24D0C1: hue angle of 174.77º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D0C1 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 208 | 193 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.18 |
| HSL | 174.77º | 0.7% | 0.48% | - |
| HSV(B) | 174.77º | 0.83% | 0.82% | - |
| XYZ | 32.91 | 49.34 | 58.24 | - |
| YUV | 154.86 | 149.52 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 208 | 193 | 0.83 | 0 | 0.07 | 0.18 | 174.77 | 0.7 | 0.48 |
| Hex | 24 | D0 | C1 | 53 | 0 | 7 | 12 | AF | 46 | 30 |
| Octal | 44 | 320 | 301 | 123 | 0 | 7 | 22 | 257 | 106 | 60 |
| Binary | 100100 | 11010000 | 11000001 | 1010011 | 0 | 111 | 10010 | 10101111 | 1000110 | 110000 |
Color Harmonies of #24D0C1
Complementary color
Monochromatic Colors of #24D0C1
Black with #24D0C1
Text Example
Text Example
White with #24D0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D0C1; }
p { color: rgb(36,208,193); }
H1.HeaderClassName
{
color: #24D0C1;
}
.AnyTagClassName
{
color: #24D0C1;
}
</style>
background-color css
<style>
a { background-color: #24D0C1; }
a { background-color: rgb(36,208,193); }
div.DivClassName
{
background-color: #24D0C1;
}
.BgClassName
{
background-color: #24D0C1;
}
</style>
border-color css
<style>
span { border-color: #24D0C1; }
span { border-color: rgb(36,208,193); }
td.TdClassName
{
border-color: #24D0C1;
}
.TagClassName
{
border-color: #24D0C1;
}
</style>