Shades of Medium Turquoise #55D4CC
Tints of Medium Turquoise #55D4CC
RGB
CMYK
RGB Variations
Color information
#55D4CC (or 0x55D4CC) is known color: Medium Turquoise. HEX triplet: 55, D4 and CC. RGB value is (85,212,204). Sum of RGB (Red+Green+Blue) = 85+212+204=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #55D4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D4CC is #AA2B33. Grayscale: #ADADAD. Windows color (decimal): -11152180 or 13423701. OLE color: 13423701.
HSL color Cylindrical-coordinate representation of color #55D4CC: hue angle of 176.22º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D4CC is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 204 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.17 |
| HSL | 176.22º | 0.6% | 0.58% | - |
| HSV(B) | 176.22º | 0.6% | 0.83% | - |
| XYZ | 38.19 | 53.38 | 65.42 | - |
| YUV | 173.12 | 145.42 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 204 | 0.60 | 0 | 0.04 | 0.17 | 176.22 | 0.6 | 0.58 |
| Hex | 55 | D4 | CC | 3C | 0 | 4 | 11 | B0 | 3C | 3A |
| Octal | 125 | 324 | 314 | 74 | 0 | 4 | 21 | 260 | 74 | 72 |
| Binary | 1010101 | 11010100 | 11001100 | 111100 | 0 | 100 | 10001 | 10110000 | 111100 | 111010 |
Color Harmonies of #55D4CC
Complementary color
Monochromatic Colors of #55D4CC
Black with #55D4CC
Text Example
Text Example
White with #55D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D4CC; }
p { color: rgb(85,212,204); }
H1.HeaderClassName
{
color: #55D4CC;
}
.AnyTagClassName
{
color: #55D4CC;
}
</style>
background-color css
<style>
a { background-color: #55D4CC; }
a { background-color: rgb(85,212,204); }
div.DivClassName
{
background-color: #55D4CC;
}
.BgClassName
{
background-color: #55D4CC;
}
</style>
border-color css
<style>
span { border-color: #55D4CC; }
span { border-color: rgb(85,212,204); }
td.TdClassName
{
border-color: #55D4CC;
}
.TagClassName
{
border-color: #55D4CC;
}
</style>