Shades of Turquoise #24DED5
Tints of Turquoise #24DED5
RGB
CMYK
RGB Variations
Color information
#24DED5 (or 0x24DED5) is known color: Turquoise. HEX triplet: 24, DE and D5. RGB value is (36,222,213). Sum of RGB (Red+Green+Blue) = 36+222+213=471 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.64% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #24DED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DED5 is #DB212A. Grayscale: #A5A5A5. Windows color (decimal): -14360875 or 14016036. OLE color: 14016036.
HSL color Cylindrical-coordinate representation of color #24DED5: hue angle of 177.1º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DED5 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 222 | 213 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.13 |
| HSL | 177.1º | 0.74% | 0.51% | - |
| HSV(B) | 177.1º | 0.84% | 0.87% | - |
| XYZ | 38.86 | 57.42 | 71.99 | - |
| YUV | 165.36 | 154.88 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 222 | 213 | 0.84 | 0 | 0.04 | 0.13 | 177.1 | 0.74 | 0.51 |
| Hex | 24 | DE | D5 | 54 | 0 | 4 | D | B1 | 4A | 33 |
| Octal | 44 | 336 | 325 | 124 | 0 | 4 | 15 | 261 | 112 | 63 |
| Binary | 100100 | 11011110 | 11010101 | 1010100 | 0 | 100 | 1101 | 10110001 | 1001010 | 110011 |
Color Harmonies of #24DED5
Complementary color
Monochromatic Colors of #24DED5
Black with #24DED5
Text Example
Text Example
White with #24DED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DED5; }
p { color: rgb(36,222,213); }
H1.HeaderClassName
{
color: #24DED5;
}
.AnyTagClassName
{
color: #24DED5;
}
</style>
background-color css
<style>
a { background-color: #24DED5; }
a { background-color: rgb(36,222,213); }
div.DivClassName
{
background-color: #24DED5;
}
.BgClassName
{
background-color: #24DED5;
}
</style>
border-color css
<style>
span { border-color: #24DED5; }
span { border-color: rgb(36,222,213); }
td.TdClassName
{
border-color: #24DED5;
}
.TagClassName
{
border-color: #24DED5;
}
</style>