Shades of Turquoise #24D3D6
Tints of Turquoise #24D3D6
RGB
CMYK
RGB Variations
Color information
#24D3D6 (or 0x24D3D6) is known color: Turquoise. HEX triplet: 24, D3 and D6. RGB value is (36,211,214). Sum of RGB (Red+Green+Blue) = 36+211+214=461 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.81% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #24D3D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D3D6 is #DB2C29. Grayscale: #9E9E9E. Windows color (decimal): -14363690 or 14078756. OLE color: 14078756.
HSL color Cylindrical-coordinate representation of color #24D3D6: hue angle of 181.01º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D3D6 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 211 | 214 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.16 |
| HSL | 181.01º | 0.71% | 0.49% | - |
| HSV(B) | 181.01º | 0.83% | 0.84% | - |
| XYZ | 36.16 | 51.82 | 71.71 | - |
| YUV | 159.02 | 159.02 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 211 | 214 | 0.83 | 0.01 | 0 | 0.16 | 181.01 | 0.71 | 0.49 |
| Hex | 24 | D3 | D6 | 53 | 1 | 0 | 10 | B5 | 47 | 31 |
| Octal | 44 | 323 | 326 | 123 | 1 | 0 | 20 | 265 | 107 | 61 |
| Binary | 100100 | 11010011 | 11010110 | 1010011 | 1 | 0 | 10000 | 10110101 | 1000111 | 110001 |
Color Harmonies of #24D3D6
Complementary color
Monochromatic Colors of #24D3D6
Black with #24D3D6
Text Example
Text Example
White with #24D3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D3D6; }
p { color: rgb(36,211,214); }
H1.HeaderClassName
{
color: #24D3D6;
}
.AnyTagClassName
{
color: #24D3D6;
}
</style>
background-color css
<style>
a { background-color: #24D3D6; }
a { background-color: rgb(36,211,214); }
div.DivClassName
{
background-color: #24D3D6;
}
.BgClassName
{
background-color: #24D3D6;
}
</style>
border-color css
<style>
span { border-color: #24D3D6; }
span { border-color: rgb(36,211,214); }
td.TdClassName
{
border-color: #24D3D6;
}
.TagClassName
{
border-color: #24D3D6;
}
</style>