Shades of Medium Turquoise #55DED9
Tints of Medium Turquoise #55DED9
RGB
CMYK
RGB Variations
Color information
#55DED9 (or 0x55DED9) is known color: Medium Turquoise. HEX triplet: 55, DE and D9. RGB value is (85,222,217). Sum of RGB (Red+Green+Blue) = 85+222+217=524 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.22% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #55DED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DED9 is #AA2126. Grayscale: #B4B4B4. Windows color (decimal): -11149607 or 14278229. OLE color: 14278229.
HSL color Cylindrical-coordinate representation of color #55DED9: hue angle of 177.81º 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 #55DED9 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 217 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.13 |
| HSL | 177.81º | 0.67% | 0.6% | - |
| HSV(B) | 177.81º | 0.62% | 0.87% | - |
| XYZ | 42.39 | 59.18 | 74.83 | - |
| YUV | 180.47 | 148.61 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 217 | 0.62 | 0 | 0.02 | 0.13 | 177.81 | 0.67 | 0.6 |
| Hex | 55 | DE | D9 | 3E | 0 | 2 | D | B2 | 43 | 3C |
| Octal | 125 | 336 | 331 | 76 | 0 | 2 | 15 | 262 | 103 | 74 |
| Binary | 1010101 | 11011110 | 11011001 | 111110 | 0 | 10 | 1101 | 10110010 | 1000011 | 111100 |
Color Harmonies of #55DED9
Complementary color
Monochromatic Colors of #55DED9
Black with #55DED9
Text Example
Text Example
White with #55DED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DED9; }
p { color: rgb(85,222,217); }
H1.HeaderClassName
{
color: #55DED9;
}
.AnyTagClassName
{
color: #55DED9;
}
</style>
background-color css
<style>
a { background-color: #55DED9; }
a { background-color: rgb(85,222,217); }
div.DivClassName
{
background-color: #55DED9;
}
.BgClassName
{
background-color: #55DED9;
}
</style>
border-color css
<style>
span { border-color: #55DED9; }
span { border-color: rgb(85,222,217); }
td.TdClassName
{
border-color: #55DED9;
}
.TagClassName
{
border-color: #55DED9;
}
</style>