Shades of Medium Turquoise #55D4CE
Tints of Medium Turquoise #55D4CE
RGB
CMYK
RGB Variations
Color information
#55D4CE (or 0x55D4CE) is known color: Medium Turquoise. HEX triplet: 55, D4 and CE. RGB value is (85,212,206). Sum of RGB (Red+Green+Blue) = 85+212+206=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #55D4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D4CE is #AA2B31. Grayscale: #ADADAD. Windows color (decimal): -11152178 or 13554773. OLE color: 13554773.
HSL color Cylindrical-coordinate representation of color #55D4CE: hue angle of 177.17º 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 #55D4CE is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 206 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.17 |
| HSL | 177.17º | 0.6% | 0.58% | - |
| HSV(B) | 177.17º | 0.6% | 0.83% | - |
| XYZ | 38.43 | 53.47 | 66.69 | - |
| YUV | 173.34 | 146.42 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 206 | 0.60 | 0 | 0.03 | 0.17 | 177.17 | 0.6 | 0.58 |
| Hex | 55 | D4 | CE | 3C | 0 | 3 | 11 | B1 | 3C | 3A |
| Octal | 125 | 324 | 316 | 74 | 0 | 3 | 21 | 261 | 74 | 72 |
| Binary | 1010101 | 11010100 | 11001110 | 111100 | 0 | 11 | 10001 | 10110001 | 111100 | 111010 |
Color Harmonies of #55D4CE
Complementary color
Monochromatic Colors of #55D4CE
Black with #55D4CE
Text Example
Text Example
White with #55D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D4CE; }
p { color: rgb(85,212,206); }
H1.HeaderClassName
{
color: #55D4CE;
}
.AnyTagClassName
{
color: #55D4CE;
}
</style>
background-color css
<style>
a { background-color: #55D4CE; }
a { background-color: rgb(85,212,206); }
div.DivClassName
{
background-color: #55D4CE;
}
.BgClassName
{
background-color: #55D4CE;
}
</style>
border-color css
<style>
span { border-color: #55D4CE; }
span { border-color: rgb(85,212,206); }
td.TdClassName
{
border-color: #55D4CE;
}
.TagClassName
{
border-color: #55D4CE;
}
</style>