Shades of Turquoise #56ECD2
Tints of Turquoise #56ECD2
RGB
CMYK
RGB Variations
Color information
#56ECD2 (or 0x56ECD2) is known color: Turquoise. HEX triplet: 56, EC and D2. RGB value is (86,236,210). Sum of RGB (Red+Green+Blue) = 86+236+210=532 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.17% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #56ECD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56ECD2 is #A9132D. Grayscale: #BCBCBC. Windows color (decimal): -11080494 or 13823062. OLE color: 13823062.
HSL color Cylindrical-coordinate representation of color #56ECD2: hue angle of 169.6º 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 #56ECD2 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 236 | 210 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.07 |
| HSL | 169.6º | 0.8% | 0.63% | - |
| HSV(B) | 169.6º | 0.64% | 0.93% | - |
| XYZ | 45.47 | 66.62 | 71.44 | - |
| YUV | 188.19 | 140.31 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 236 | 210 | 0.64 | 0 | 0.11 | 0.07 | 169.6 | 0.8 | 0.63 |
| Hex | 56 | EC | D2 | 40 | 0 | B | 7 | AA | 50 | 3F |
| Octal | 126 | 354 | 322 | 100 | 0 | 13 | 7 | 252 | 120 | 77 |
| Binary | 1010110 | 11101100 | 11010010 | 1000000 | 0 | 1011 | 111 | 10101010 | 1010000 | 111111 |
Color Harmonies of #56ECD2
Complementary color
Monochromatic Colors of #56ECD2
Black with #56ECD2
Text Example
Text Example
White with #56ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ECD2; }
p { color: rgb(86,236,210); }
H1.HeaderClassName
{
color: #56ECD2;
}
.AnyTagClassName
{
color: #56ECD2;
}
</style>
background-color css
<style>
a { background-color: #56ECD2; }
a { background-color: rgb(86,236,210); }
div.DivClassName
{
background-color: #56ECD2;
}
.BgClassName
{
background-color: #56ECD2;
}
</style>
border-color css
<style>
span { border-color: #56ECD2; }
span { border-color: rgb(86,236,210); }
td.TdClassName
{
border-color: #56ECD2;
}
.TagClassName
{
border-color: #56ECD2;
}
</style>