Shades of Medium Turquoise #55D6CC
Tints of Medium Turquoise #55D6CC
RGB
CMYK
RGB Variations
Color information
#55D6CC (or 0x55D6CC) is known color: Medium Turquoise. HEX triplet: 55, D6 and CC. RGB value is (85,214,204). Sum of RGB (Red+Green+Blue) = 85+214+204=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #55D6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D6CC is #AA2933. Grayscale: #AEAEAE. Windows color (decimal): -11151668 or 13424213. OLE color: 13424213.
HSL color Cylindrical-coordinate representation of color #55D6CC: hue angle of 175.35º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D6CC is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 204 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.16 |
| HSL | 175.35º | 0.61% | 0.59% | - |
| HSV(B) | 175.35º | 0.6% | 0.84% | - |
| XYZ | 38.69 | 54.38 | 65.58 | - |
| YUV | 174.29 | 144.76 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 204 | 0.60 | 0 | 0.05 | 0.16 | 175.35 | 0.61 | 0.59 |
| Hex | 55 | D6 | CC | 3C | 0 | 5 | 10 | AF | 3D | 3B |
| Octal | 125 | 326 | 314 | 74 | 0 | 5 | 20 | 257 | 75 | 73 |
| Binary | 1010101 | 11010110 | 11001100 | 111100 | 0 | 101 | 10000 | 10101111 | 111101 | 111011 |
Color Harmonies of #55D6CC
Complementary color
Monochromatic Colors of #55D6CC
Black with #55D6CC
Text Example
Text Example
White with #55D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D6CC; }
p { color: rgb(85,214,204); }
H1.HeaderClassName
{
color: #55D6CC;
}
.AnyTagClassName
{
color: #55D6CC;
}
</style>
background-color css
<style>
a { background-color: #55D6CC; }
a { background-color: rgb(85,214,204); }
div.DivClassName
{
background-color: #55D6CC;
}
.BgClassName
{
background-color: #55D6CC;
}
</style>
border-color css
<style>
span { border-color: #55D6CC; }
span { border-color: rgb(85,214,204); }
td.TdClassName
{
border-color: #55D6CC;
}
.TagClassName
{
border-color: #55D6CC;
}
</style>