Shades of Medium Turquoise #55D0D5
Tints of Medium Turquoise #55D0D5
RGB
CMYK
RGB Variations
Color information
#55D0D5 (or 0x55D0D5) is known color: Medium Turquoise. HEX triplet: 55, D0 and D5. RGB value is (85,208,213). Sum of RGB (Red+Green+Blue) = 85+208+213=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #55D0D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D0D5 is #AA2F2A. Grayscale: #ABABAB. Windows color (decimal): -11153195 or 14012501. OLE color: 14012501.
HSL color Cylindrical-coordinate representation of color #55D0D5: hue angle of 182.34º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D0D5 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 208 | 213 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.16 |
| HSL | 182.34º | 0.6% | 0.58% | - |
| HSV(B) | 182.34º | 0.6% | 0.84% | - |
| XYZ | 38.31 | 51.85 | 70.94 | - |
| YUV | 171.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 213 | 0.60 | 0.02 | 0 | 0.16 | 182.34 | 0.6 | 0.58 |
| Hex | 55 | D0 | D5 | 3C | 2 | 0 | 10 | B6 | 3C | 3A |
| Octal | 125 | 320 | 325 | 74 | 2 | 0 | 20 | 266 | 74 | 72 |
| Binary | 1010101 | 11010000 | 11010101 | 111100 | 10 | 0 | 10000 | 10110110 | 111100 | 111010 |
Color Harmonies of #55D0D5
Complementary color
Monochromatic Colors of #55D0D5
Black with #55D0D5
Text Example
Text Example
White with #55D0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D0D5; }
p { color: rgb(85,208,213); }
H1.HeaderClassName
{
color: #55D0D5;
}
.AnyTagClassName
{
color: #55D0D5;
}
</style>
background-color css
<style>
a { background-color: #55D0D5; }
a { background-color: rgb(85,208,213); }
div.DivClassName
{
background-color: #55D0D5;
}
.BgClassName
{
background-color: #55D0D5;
}
</style>
border-color css
<style>
span { border-color: #55D0D5; }
span { border-color: rgb(85,208,213); }
td.TdClassName
{
border-color: #55D0D5;
}
.TagClassName
{
border-color: #55D0D5;
}
</style>