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