Shades of Turquoise #55ECDF
Tints of Turquoise #55ECDF
RGB
CMYK
RGB Variations
Color information
#55ECDF (or 0x55ECDF) is known color: Turquoise. HEX triplet: 55, EC and DF. RGB value is (85,236,223). Sum of RGB (Red+Green+Blue) = 85+236+223=544 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.62% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #55ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55ECDF is #AA1320. Grayscale: #BDBDBD. Windows color (decimal): -11146017 or 14675029. OLE color: 14675029.
HSL color Cylindrical-coordinate representation of color #55ECDF: hue angle of 174.83º 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 #55ECDF is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 223 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.07 |
| HSL | 174.83º | 0.8% | 0.63% | - |
| HSV(B) | 174.83º | 0.64% | 0.93% | - |
| XYZ | 47.06 | 67.25 | 80.31 | - |
| YUV | 189.37 | 146.97 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 223 | 0.64 | 0 | 0.06 | 0.07 | 174.83 | 0.8 | 0.63 |
| Hex | 55 | EC | DF | 40 | 0 | 6 | 7 | AF | 50 | 3F |
| Octal | 125 | 354 | 337 | 100 | 0 | 6 | 7 | 257 | 120 | 77 |
| Binary | 1010101 | 11101100 | 11011111 | 1000000 | 0 | 110 | 111 | 10101111 | 1010000 | 111111 |
Color Harmonies of #55ECDF
Complementary color
Monochromatic Colors of #55ECDF
Black with #55ECDF
Text Example
Text Example
White with #55ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ECDF; }
p { color: rgb(85,236,223); }
H1.HeaderClassName
{
color: #55ECDF;
}
.AnyTagClassName
{
color: #55ECDF;
}
</style>
background-color css
<style>
a { background-color: #55ECDF; }
a { background-color: rgb(85,236,223); }
div.DivClassName
{
background-color: #55ECDF;
}
.BgClassName
{
background-color: #55ECDF;
}
</style>
border-color css
<style>
span { border-color: #55ECDF; }
span { border-color: rgb(85,236,223); }
td.TdClassName
{
border-color: #55ECDF;
}
.TagClassName
{
border-color: #55ECDF;
}
</style>