Shades of Turquoise #24D1D3
Tints of Turquoise #24D1D3
RGB
CMYK
RGB Variations
Color information
#24D1D3 (or 0x24D1D3) is known color: Turquoise. HEX triplet: 24, D1 and D3. RGB value is (36,209,211). Sum of RGB (Red+Green+Blue) = 36+209+211=456 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.89% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #24D1D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D1D3 is #DB2E2C. Grayscale: #9D9D9D. Windows color (decimal): -14364205 or 13881636. OLE color: 13881636.
HSL color Cylindrical-coordinate representation of color #24D1D3: hue angle of 180.69º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D1D3 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 36 | 209 | 211 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.17 |
| HSL | 180.69º | 0.71% | 0.48% | - |
| HSV(B) | 180.69º | 0.83% | 0.83% | - |
| XYZ | 35.29 | 50.68 | 69.55 | - |
| YUV | 157.5 | 158.19 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 209 | 211 | 0.83 | 0.01 | 0 | 0.17 | 180.69 | 0.71 | 0.48 |
| Hex | 24 | D1 | D3 | 53 | 1 | 0 | 11 | B5 | 47 | 30 |
| Octal | 44 | 321 | 323 | 123 | 1 | 0 | 21 | 265 | 107 | 60 |
| Binary | 100100 | 11010001 | 11010011 | 1010011 | 1 | 0 | 10001 | 10110101 | 1000111 | 110000 |
Color Harmonies of #24D1D3
Complementary color
Monochromatic Colors of #24D1D3
Black with #24D1D3
Text Example
Text Example
White with #24D1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D1D3; }
p { color: rgb(36,209,211); }
H1.HeaderClassName
{
color: #24D1D3;
}
.AnyTagClassName
{
color: #24D1D3;
}
</style>
background-color css
<style>
a { background-color: #24D1D3; }
a { background-color: rgb(36,209,211); }
div.DivClassName
{
background-color: #24D1D3;
}
.BgClassName
{
background-color: #24D1D3;
}
</style>
border-color css
<style>
span { border-color: #24D1D3; }
span { border-color: rgb(36,209,211); }
td.TdClassName
{
border-color: #24D1D3;
}
.TagClassName
{
border-color: #24D1D3;
}
</style>