Shades of Turquoise #56EDD6
Tints of Turquoise #56EDD6
RGB
CMYK
RGB Variations
Color information
#56EDD6 (or 0x56EDD6) is known color: Turquoise. HEX triplet: 56, ED and D6. RGB value is (86,237,214). Sum of RGB (Red+Green+Blue) = 86+237+214=537 (71% of max value = 765). Red value is 86 (33.98% from 255 or 16.01% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #56EDD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EDD6 is #A91229. Grayscale: #BDBDBD. Windows color (decimal): -11080234 or 14085462. OLE color: 14085462.
HSL color Cylindrical-coordinate representation of color #56EDD6: hue angle of 170.86º degrees, saturation: 0.81, 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 #56EDD6 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 237 | 214 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.07 |
| HSL | 170.86º | 0.81% | 0.63% | - |
| HSV(B) | 170.86º | 0.64% | 0.93% | - |
| XYZ | 46.26 | 67.4 | 74.19 | - |
| YUV | 189.23 | 141.97 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 237 | 214 | 0.64 | 0 | 0.10 | 0.07 | 170.86 | 0.81 | 0.63 |
| Hex | 56 | ED | D6 | 40 | 0 | A | 7 | AB | 51 | 3F |
| Octal | 126 | 355 | 326 | 100 | 0 | 12 | 7 | 253 | 121 | 77 |
| Binary | 1010110 | 11101101 | 11010110 | 1000000 | 0 | 1010 | 111 | 10101011 | 1010001 | 111111 |
Color Harmonies of #56EDD6
Complementary color
Monochromatic Colors of #56EDD6
Black with #56EDD6
Text Example
Text Example
White with #56EDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EDD6; }
p { color: rgb(86,237,214); }
H1.HeaderClassName
{
color: #56EDD6;
}
.AnyTagClassName
{
color: #56EDD6;
}
</style>
background-color css
<style>
a { background-color: #56EDD6; }
a { background-color: rgb(86,237,214); }
div.DivClassName
{
background-color: #56EDD6;
}
.BgClassName
{
background-color: #56EDD6;
}
</style>
border-color css
<style>
span { border-color: #56EDD6; }
span { border-color: rgb(86,237,214); }
td.TdClassName
{
border-color: #56EDD6;
}
.TagClassName
{
border-color: #56EDD6;
}
</style>