Shades of Turquoise #24D8D3
Tints of Turquoise #24D8D3
RGB
CMYK
RGB Variations
Color information
#24D8D3 (or 0x24D8D3) is known color: Turquoise. HEX triplet: 24, D8 and D3. RGB value is (36,216,211). Sum of RGB (Red+Green+Blue) = 36+216+211=463 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.78% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #24D8D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D8D3 is #DB272C. Grayscale: #A1A1A1. Windows color (decimal): -14362413 or 13883428. OLE color: 13883428.
HSL color Cylindrical-coordinate representation of color #24D8D3: hue angle of 178.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D8D3 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 216 | 211 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.15 |
| HSL | 178.33º | 0.71% | 0.49% | - |
| HSV(B) | 178.33º | 0.83% | 0.85% | - |
| XYZ | 37.04 | 54.19 | 70.14 | - |
| YUV | 161.61 | 155.87 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 216 | 211 | 0.83 | 0 | 0.02 | 0.15 | 178.33 | 0.71 | 0.49 |
| Hex | 24 | D8 | D3 | 53 | 0 | 2 | F | B2 | 47 | 31 |
| Octal | 44 | 330 | 323 | 123 | 0 | 2 | 17 | 262 | 107 | 61 |
| Binary | 100100 | 11011000 | 11010011 | 1010011 | 0 | 10 | 1111 | 10110010 | 1000111 | 110001 |
Color Harmonies of #24D8D3
Complementary color
Monochromatic Colors of #24D8D3
Black with #24D8D3
Text Example
Text Example
White with #24D8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D8D3; }
p { color: rgb(36,216,211); }
H1.HeaderClassName
{
color: #24D8D3;
}
.AnyTagClassName
{
color: #24D8D3;
}
</style>
background-color css
<style>
a { background-color: #24D8D3; }
a { background-color: rgb(36,216,211); }
div.DivClassName
{
background-color: #24D8D3;
}
.BgClassName
{
background-color: #24D8D3;
}
</style>
border-color css
<style>
span { border-color: #24D8D3; }
span { border-color: rgb(36,216,211); }
td.TdClassName
{
border-color: #24D8D3;
}
.TagClassName
{
border-color: #24D8D3;
}
</style>