Shades of Medium Turquoise #55D0CC
Tints of Medium Turquoise #55D0CC
RGB
CMYK
RGB Variations
Color information
#55D0CC (or 0x55D0CC) is known color: Medium Turquoise. HEX triplet: 55, D0 and CC. RGB value is (85,208,204). Sum of RGB (Red+Green+Blue) = 85+208+204=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #55D0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D0CC is #AA2F33. Grayscale: #AAAAAA. Windows color (decimal): -11153204 or 13422677. OLE color: 13422677.
HSL color Cylindrical-coordinate representation of color #55D0CC: hue angle of 178.05º 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 #55D0CC is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 204 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.18 |
| HSL | 178.05º | 0.57% | 0.57% | - |
| HSV(B) | 178.05º | 0.59% | 0.82% | - |
| XYZ | 37.2 | 51.4 | 65.09 | - |
| YUV | 170.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 204 | 0.59 | 0 | 0.02 | 0.18 | 178.05 | 0.57 | 0.57 |
| Hex | 55 | D0 | CC | 3B | 0 | 2 | 12 | B2 | 39 | 39 |
| Octal | 125 | 320 | 314 | 73 | 0 | 2 | 22 | 262 | 71 | 71 |
| Binary | 1010101 | 11010000 | 11001100 | 111011 | 0 | 10 | 10010 | 10110010 | 111001 | 111001 |
Color Harmonies of #55D0CC
Complementary color
Monochromatic Colors of #55D0CC
Black with #55D0CC
Text Example
Text Example
White with #55D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D0CC; }
p { color: rgb(85,208,204); }
H1.HeaderClassName
{
color: #55D0CC;
}
.AnyTagClassName
{
color: #55D0CC;
}
</style>
background-color css
<style>
a { background-color: #55D0CC; }
a { background-color: rgb(85,208,204); }
div.DivClassName
{
background-color: #55D0CC;
}
.BgClassName
{
background-color: #55D0CC;
}
</style>
border-color css
<style>
span { border-color: #55D0CC; }
span { border-color: rgb(85,208,204); }
td.TdClassName
{
border-color: #55D0CC;
}
.TagClassName
{
border-color: #55D0CC;
}
</style>