Shades of Turquoise #55ECDD
Tints of Turquoise #55ECDD
RGB
CMYK
RGB Variations
Color information
#55ECDD (or 0x55ECDD) is known color: Turquoise. HEX triplet: 55, EC and DD. RGB value is (85,236,221). Sum of RGB (Red+Green+Blue) = 85+236+221=542 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.68% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #55ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55ECDD is #AA1322. Grayscale: #BDBDBD. Windows color (decimal): -11146019 or 14543957. OLE color: 14543957.
HSL color Cylindrical-coordinate representation of color #55ECDD: hue angle of 174.04º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ECDD is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 221 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.07 |
| HSL | 174.04º | 0.8% | 0.63% | - |
| HSV(B) | 174.04º | 0.64% | 0.93% | - |
| XYZ | 46.79 | 67.14 | 78.9 | - |
| YUV | 189.14 | 145.97 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 221 | 0.64 | 0 | 0.06 | 0.07 | 174.04 | 0.8 | 0.63 |
| Hex | 55 | EC | DD | 40 | 0 | 6 | 7 | AE | 50 | 3F |
| Octal | 125 | 354 | 335 | 100 | 0 | 6 | 7 | 256 | 120 | 77 |
| Binary | 1010101 | 11101100 | 11011101 | 1000000 | 0 | 110 | 111 | 10101110 | 1010000 | 111111 |
Color Harmonies of #55ECDD
Complementary color
Monochromatic Colors of #55ECDD
Black with #55ECDD
Text Example
Text Example
White with #55ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ECDD; }
p { color: rgb(85,236,221); }
H1.HeaderClassName
{
color: #55ECDD;
}
.AnyTagClassName
{
color: #55ECDD;
}
</style>
background-color css
<style>
a { background-color: #55ECDD; }
a { background-color: rgb(85,236,221); }
div.DivClassName
{
background-color: #55ECDD;
}
.BgClassName
{
background-color: #55ECDD;
}
</style>
border-color css
<style>
span { border-color: #55ECDD; }
span { border-color: rgb(85,236,221); }
td.TdClassName
{
border-color: #55ECDD;
}
.TagClassName
{
border-color: #55ECDD;
}
</style>