Shades of Turquoise #56ECDF
Tints of Turquoise #56ECDF
RGB
CMYK
RGB Variations
Color information
#56ECDF (or 0x56ECDF) is known color: Turquoise. HEX triplet: 56, EC and DF. RGB value is (86,236,223). Sum of RGB (Red+Green+Blue) = 86+236+223=545 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.78% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #56ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56ECDF is #A91320. Grayscale: #BDBDBD. Windows color (decimal): -11080481 or 14675030. OLE color: 14675030.
HSL color Cylindrical-coordinate representation of color #56ECDF: hue angle of 174.8º 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 #56ECDF is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 236 | 223 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.07 |
| HSL | 174.8º | 0.8% | 0.63% | - |
| HSV(B) | 174.8º | 0.64% | 0.93% | - |
| XYZ | 47.15 | 67.3 | 80.32 | - |
| YUV | 189.67 | 146.81 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 236 | 223 | 0.64 | 0 | 0.06 | 0.07 | 174.8 | 0.8 | 0.63 |
| Hex | 56 | EC | DF | 40 | 0 | 6 | 7 | AF | 50 | 3F |
| Octal | 126 | 354 | 337 | 100 | 0 | 6 | 7 | 257 | 120 | 77 |
| Binary | 1010110 | 11101100 | 11011111 | 1000000 | 0 | 110 | 111 | 10101111 | 1010000 | 111111 |
Color Harmonies of #56ECDF
Complementary color
Monochromatic Colors of #56ECDF
Black with #56ECDF
Text Example
Text Example
White with #56ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ECDF; }
p { color: rgb(86,236,223); }
H1.HeaderClassName
{
color: #56ECDF;
}
.AnyTagClassName
{
color: #56ECDF;
}
</style>
background-color css
<style>
a { background-color: #56ECDF; }
a { background-color: rgb(86,236,223); }
div.DivClassName
{
background-color: #56ECDF;
}
.BgClassName
{
background-color: #56ECDF;
}
</style>
border-color css
<style>
span { border-color: #56ECDF; }
span { border-color: rgb(86,236,223); }
td.TdClassName
{
border-color: #56ECDF;
}
.TagClassName
{
border-color: #56ECDF;
}
</style>