Shades of Medium Turquoise #55D4DD
Tints of Medium Turquoise #55D4DD
RGB
CMYK
RGB Variations
Color information
#55D4DD (or 0x55D4DD) is known color: Medium Turquoise. HEX triplet: 55, D4 and DD. RGB value is (85,212,221). Sum of RGB (Red+Green+Blue) = 85+212+221=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #55D4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D4DD is #AA2B22. Grayscale: #AEAEAE. Windows color (decimal): -11152163 or 14537813. OLE color: 14537813.
HSL color Cylindrical-coordinate representation of color #55D4DD: hue angle of 183.97º 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 #55D4DD is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 212 | 221 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.13 |
| HSL | 183.97º | 0.67% | 0.6% | - |
| HSV(B) | 183.97º | 0.62% | 0.87% | - |
| XYZ | 40.34 | 54.24 | 76.75 | - |
| YUV | 175.05 | 153.92 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 221 | 0.62 | 0.04 | 0 | 0.13 | 183.97 | 0.67 | 0.6 |
| Hex | 55 | D4 | DD | 3E | 4 | 0 | D | B8 | 43 | 3C |
| Octal | 125 | 324 | 335 | 76 | 4 | 0 | 15 | 270 | 103 | 74 |
| Binary | 1010101 | 11010100 | 11011101 | 111110 | 100 | 0 | 1101 | 10111000 | 1000011 | 111100 |
Color Harmonies of #55D4DD
Complementary color
Monochromatic Colors of #55D4DD
Black with #55D4DD
Text Example
Text Example
White with #55D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D4DD; }
p { color: rgb(85,212,221); }
H1.HeaderClassName
{
color: #55D4DD;
}
.AnyTagClassName
{
color: #55D4DD;
}
</style>
background-color css
<style>
a { background-color: #55D4DD; }
a { background-color: rgb(85,212,221); }
div.DivClassName
{
background-color: #55D4DD;
}
.BgClassName
{
background-color: #55D4DD;
}
</style>
border-color css
<style>
span { border-color: #55D4DD; }
span { border-color: rgb(85,212,221); }
td.TdClassName
{
border-color: #55D4DD;
}
.TagClassName
{
border-color: #55D4DD;
}
</style>