Shades of Medium Turquoise #55D0C3
Tints of Medium Turquoise #55D0C3
RGB
CMYK
RGB Variations
Color information
#55D0C3 (or 0x55D0C3) is known color: Medium Turquoise. HEX triplet: 55, D0 and C3. RGB value is (85,208,195). Sum of RGB (Red+Green+Blue) = 85+208+195=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #55D0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D0C3 is #AA2F3C. Grayscale: #A9A9A9. Windows color (decimal): -11153213 or 12832853. OLE color: 12832853.
HSL color Cylindrical-coordinate representation of color #55D0C3: hue angle of 173.66º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D0C3 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 195 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.18 |
| HSL | 173.66º | 0.57% | 0.57% | - |
| HSV(B) | 173.66º | 0.59% | 0.82% | - |
| XYZ | 36.15 | 50.98 | 59.57 | - |
| YUV | 169.74 | 142.25 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 195 | 0.59 | 0 | 0.06 | 0.18 | 173.66 | 0.57 | 0.57 |
| Hex | 55 | D0 | C3 | 3B | 0 | 6 | 12 | AE | 39 | 39 |
| Octal | 125 | 320 | 303 | 73 | 0 | 6 | 22 | 256 | 71 | 71 |
| Binary | 1010101 | 11010000 | 11000011 | 111011 | 0 | 110 | 10010 | 10101110 | 111001 | 111001 |
Color Harmonies of #55D0C3
Complementary color
Monochromatic Colors of #55D0C3
Black with #55D0C3
Text Example
Text Example
White with #55D0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D0C3; }
p { color: rgb(85,208,195); }
H1.HeaderClassName
{
color: #55D0C3;
}
.AnyTagClassName
{
color: #55D0C3;
}
</style>
background-color css
<style>
a { background-color: #55D0C3; }
a { background-color: rgb(85,208,195); }
div.DivClassName
{
background-color: #55D0C3;
}
.BgClassName
{
background-color: #55D0C3;
}
</style>
border-color css
<style>
span { border-color: #55D0C3; }
span { border-color: rgb(85,208,195); }
td.TdClassName
{
border-color: #55D0C3;
}
.TagClassName
{
border-color: #55D0C3;
}
</style>