Shades of Turquoise #56ECCB
Tints of Turquoise #56ECCB
RGB
CMYK
RGB Variations
Color information
#56ECCB (or 0x56ECCB) is known color: Turquoise. HEX triplet: 56, EC and CB. RGB value is (86,236,203). Sum of RGB (Red+Green+Blue) = 86+236+203=525 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.38% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #56ECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56ECCB is #A91334. Grayscale: #BBBBBB. Windows color (decimal): -11080501 or 13364310. OLE color: 13364310.
HSL color Cylindrical-coordinate representation of color #56ECCB: hue angle of 166.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 #56ECCB is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 236 | 203 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.07 |
| HSL | 166.8º | 0.8% | 0.63% | - |
| HSV(B) | 166.8º | 0.64% | 0.93% | - |
| XYZ | 44.61 | 66.28 | 66.94 | - |
| YUV | 187.39 | 136.81 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 236 | 203 | 0.64 | 0 | 0.14 | 0.07 | 166.8 | 0.8 | 0.63 |
| Hex | 56 | EC | CB | 40 | 0 | E | 7 | A7 | 50 | 3F |
| Octal | 126 | 354 | 313 | 100 | 0 | 16 | 7 | 247 | 120 | 77 |
| Binary | 1010110 | 11101100 | 11001011 | 1000000 | 0 | 1110 | 111 | 10100111 | 1010000 | 111111 |
Color Harmonies of #56ECCB
Complementary color
Monochromatic Colors of #56ECCB
Black with #56ECCB
Text Example
Text Example
White with #56ECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ECCB; }
p { color: rgb(86,236,203); }
H1.HeaderClassName
{
color: #56ECCB;
}
.AnyTagClassName
{
color: #56ECCB;
}
</style>
background-color css
<style>
a { background-color: #56ECCB; }
a { background-color: rgb(86,236,203); }
div.DivClassName
{
background-color: #56ECCB;
}
.BgClassName
{
background-color: #56ECCB;
}
</style>
border-color css
<style>
span { border-color: #56ECCB; }
span { border-color: rgb(86,236,203); }
td.TdClassName
{
border-color: #56ECCB;
}
.TagClassName
{
border-color: #56ECCB;
}
</style>