Shades of Turquoise #24D0DD
Tints of Turquoise #24D0DD
RGB
CMYK
RGB Variations
Color information
#24D0DD (or 0x24D0DD) is known color: Turquoise. HEX triplet: 24, D0 and DD. RGB value is (36,208,221). Sum of RGB (Red+Green+Blue) = 36+208+221=465 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.74% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #24D0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D0DD is #DB2F22. Grayscale: #9D9D9D. Windows color (decimal): -14364451 or 14536740. OLE color: 14536740.
HSL color Cylindrical-coordinate representation of color #24D0DD: hue angle of 184.22º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24D0DD is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 208 | 221 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.13 |
| HSL | 184.22º | 0.73% | 0.5% | - |
| HSV(B) | 184.22º | 0.84% | 0.87% | - |
| XYZ | 36.33 | 50.71 | 76.28 | - |
| YUV | 158.05 | 163.52 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 208 | 221 | 0.84 | 0.06 | 0 | 0.13 | 184.22 | 0.73 | 0.5 |
| Hex | 24 | D0 | DD | 54 | 6 | 0 | D | B8 | 49 | 32 |
| Octal | 44 | 320 | 335 | 124 | 6 | 0 | 15 | 270 | 111 | 62 |
| Binary | 100100 | 11010000 | 11011101 | 1010100 | 110 | 0 | 1101 | 10111000 | 1001001 | 110010 |
Color Harmonies of #24D0DD
Complementary color
Monochromatic Colors of #24D0DD
Black with #24D0DD
Text Example
Text Example
White with #24D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D0DD; }
p { color: rgb(36,208,221); }
H1.HeaderClassName
{
color: #24D0DD;
}
.AnyTagClassName
{
color: #24D0DD;
}
</style>
background-color css
<style>
a { background-color: #24D0DD; }
a { background-color: rgb(36,208,221); }
div.DivClassName
{
background-color: #24D0DD;
}
.BgClassName
{
background-color: #24D0DD;
}
</style>
border-color css
<style>
span { border-color: #24D0DD; }
span { border-color: rgb(36,208,221); }
td.TdClassName
{
border-color: #24D0DD;
}
.TagClassName
{
border-color: #24D0DD;
}
</style>