Shades of Medium Turquoise #55D2CC
Tints of Medium Turquoise #55D2CC
RGB
CMYK
RGB Variations
Color information
#55D2CC (or 0x55D2CC) is known color: Medium Turquoise. HEX triplet: 55, D2 and CC. RGB value is (85,210,204). Sum of RGB (Red+Green+Blue) = 85+210+204=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #55D2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D2CC is #AA2D33. Grayscale: #ABABAB. Windows color (decimal): -11152692 or 13423189. OLE color: 13423189.
HSL color Cylindrical-coordinate representation of color #55D2CC: hue angle of 177.12º 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 #55D2CC is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 204 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.18 |
| HSL | 177.12º | 0.58% | 0.58% | - |
| HSV(B) | 177.12º | 0.6% | 0.82% | - |
| XYZ | 37.69 | 52.38 | 65.25 | - |
| YUV | 171.94 | 146.09 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 204 | 0.60 | 0 | 0.03 | 0.18 | 177.12 | 0.58 | 0.58 |
| Hex | 55 | D2 | CC | 3C | 0 | 3 | 12 | B1 | 3A | 3A |
| Octal | 125 | 322 | 314 | 74 | 0 | 3 | 22 | 261 | 72 | 72 |
| Binary | 1010101 | 11010010 | 11001100 | 111100 | 0 | 11 | 10010 | 10110001 | 111010 | 111010 |
Color Harmonies of #55D2CC
Complementary color
Monochromatic Colors of #55D2CC
Black with #55D2CC
Text Example
Text Example
White with #55D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D2CC; }
p { color: rgb(85,210,204); }
H1.HeaderClassName
{
color: #55D2CC;
}
.AnyTagClassName
{
color: #55D2CC;
}
</style>
background-color css
<style>
a { background-color: #55D2CC; }
a { background-color: rgb(85,210,204); }
div.DivClassName
{
background-color: #55D2CC;
}
.BgClassName
{
background-color: #55D2CC;
}
</style>
border-color css
<style>
span { border-color: #55D2CC; }
span { border-color: rgb(85,210,204); }
td.TdClassName
{
border-color: #55D2CC;
}
.TagClassName
{
border-color: #55D2CC;
}
</style>