Shades of Medium Turquoise #55DED3
Tints of Medium Turquoise #55DED3
RGB
CMYK
RGB Variations
Color information
#55DED3 (or 0x55DED3) is known color: Medium Turquoise. HEX triplet: 55, DE and D3. RGB value is (85,222,211). Sum of RGB (Red+Green+Blue) = 85+222+211=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #55DED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DED3 is #AA212C. Grayscale: #B3B3B3. Windows color (decimal): -11149613 or 13885013. OLE color: 13885013.
HSL color Cylindrical-coordinate representation of color #55DED3: hue angle of 175.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DED3 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 211 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.13 |
| HSL | 175.18º | 0.67% | 0.6% | - |
| HSV(B) | 175.18º | 0.62% | 0.87% | - |
| XYZ | 41.63 | 58.88 | 70.8 | - |
| YUV | 179.78 | 145.61 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 211 | 0.62 | 0 | 0.05 | 0.13 | 175.18 | 0.67 | 0.6 |
| Hex | 55 | DE | D3 | 3E | 0 | 5 | D | AF | 43 | 3C |
| Octal | 125 | 336 | 323 | 76 | 0 | 5 | 15 | 257 | 103 | 74 |
| Binary | 1010101 | 11011110 | 11010011 | 111110 | 0 | 101 | 1101 | 10101111 | 1000011 | 111100 |
Color Harmonies of #55DED3
Complementary color
Monochromatic Colors of #55DED3
Black with #55DED3
Text Example
Text Example
White with #55DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DED3; }
p { color: rgb(85,222,211); }
H1.HeaderClassName
{
color: #55DED3;
}
.AnyTagClassName
{
color: #55DED3;
}
</style>
background-color css
<style>
a { background-color: #55DED3; }
a { background-color: rgb(85,222,211); }
div.DivClassName
{
background-color: #55DED3;
}
.BgClassName
{
background-color: #55DED3;
}
</style>
border-color css
<style>
span { border-color: #55DED3; }
span { border-color: rgb(85,222,211); }
td.TdClassName
{
border-color: #55DED3;
}
.TagClassName
{
border-color: #55DED3;
}
</style>