Shades of Medium Turquoise #55C5D2
Tints of Medium Turquoise #55C5D2
RGB
CMYK
RGB Variations
Color information
#55C5D2 (or 0x55C5D2) is known color: Medium Turquoise. HEX triplet: 55, C5 and D2. RGB value is (85,197,210). Sum of RGB (Red+Green+Blue) = 85+197+210=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #55C5D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C5D2 is #AA3A2D. Grayscale: #A4A4A4. Windows color (decimal): -11156014 or 13813077. OLE color: 13813077.
HSL color Cylindrical-coordinate representation of color #55C5D2: hue angle of 186.24º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55C5D2 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 197 | 210 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.18 |
| HSL | 186.24º | 0.58% | 0.58% | - |
| HSV(B) | 186.24º | 0.6% | 0.82% | - |
| XYZ | 35.35 | 46.52 | 68.09 | - |
| YUV | 164.99 | 153.39 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 210 | 0.60 | 0.06 | 0 | 0.18 | 186.24 | 0.58 | 0.58 |
| Hex | 55 | C5 | D2 | 3C | 6 | 0 | 12 | BA | 3A | 3A |
| Octal | 125 | 305 | 322 | 74 | 6 | 0 | 22 | 272 | 72 | 72 |
| Binary | 1010101 | 11000101 | 11010010 | 111100 | 110 | 0 | 10010 | 10111010 | 111010 | 111010 |
Color Harmonies of #55C5D2
Complementary color
Monochromatic Colors of #55C5D2
Black with #55C5D2
Text Example
Text Example
White with #55C5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C5D2; }
p { color: rgb(85,197,210); }
H1.HeaderClassName
{
color: #55C5D2;
}
.AnyTagClassName
{
color: #55C5D2;
}
</style>
background-color css
<style>
a { background-color: #55C5D2; }
a { background-color: rgb(85,197,210); }
div.DivClassName
{
background-color: #55C5D2;
}
.BgClassName
{
background-color: #55C5D2;
}
</style>
border-color css
<style>
span { border-color: #55C5D2; }
span { border-color: rgb(85,197,210); }
td.TdClassName
{
border-color: #55C5D2;
}
.TagClassName
{
border-color: #55C5D2;
}
</style>