Shades of Medium Turquoise #55DED0
Tints of Medium Turquoise #55DED0
RGB
CMYK
RGB Variations
Color information
#55DED0 (or 0x55DED0) is known color: Medium Turquoise. HEX triplet: 55, DE and D0. RGB value is (85,222,208). Sum of RGB (Red+Green+Blue) = 85+222+208=515 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.50% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #55DED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DED0 is #AA212F. Grayscale: #B3B3B3. Windows color (decimal): -11149616 or 13688405. OLE color: 13688405.
HSL color Cylindrical-coordinate representation of color #55DED0: hue angle of 173.87º 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 #55DED0 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 208 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.13 |
| HSL | 173.87º | 0.67% | 0.6% | - |
| HSV(B) | 173.87º | 0.62% | 0.87% | - |
| XYZ | 41.25 | 58.73 | 68.84 | - |
| YUV | 179.44 | 144.11 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 208 | 0.62 | 0 | 0.06 | 0.13 | 173.87 | 0.67 | 0.6 |
| Hex | 55 | DE | D0 | 3E | 0 | 6 | D | AE | 43 | 3C |
| Octal | 125 | 336 | 320 | 76 | 0 | 6 | 15 | 256 | 103 | 74 |
| Binary | 1010101 | 11011110 | 11010000 | 111110 | 0 | 110 | 1101 | 10101110 | 1000011 | 111100 |
Color Harmonies of #55DED0
Complementary color
Monochromatic Colors of #55DED0
Black with #55DED0
Text Example
Text Example
White with #55DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DED0; }
p { color: rgb(85,222,208); }
H1.HeaderClassName
{
color: #55DED0;
}
.AnyTagClassName
{
color: #55DED0;
}
</style>
background-color css
<style>
a { background-color: #55DED0; }
a { background-color: rgb(85,222,208); }
div.DivClassName
{
background-color: #55DED0;
}
.BgClassName
{
background-color: #55DED0;
}
</style>
border-color css
<style>
span { border-color: #55DED0; }
span { border-color: rgb(85,222,208); }
td.TdClassName
{
border-color: #55DED0;
}
.TagClassName
{
border-color: #55DED0;
}
</style>