Shades of Turquoise #56EDD0
Tints of Turquoise #56EDD0
RGB
CMYK
RGB Variations
Color information
#56EDD0 (or 0x56EDD0) is known color: Turquoise. HEX triplet: 56, ED and D0. RGB value is (86,237,208). Sum of RGB (Red+Green+Blue) = 86+237+208=531 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.20% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #56EDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EDD0 is #A9122F. Grayscale: #BCBCBC. Windows color (decimal): -11080240 or 13692246. OLE color: 13692246.
HSL color Cylindrical-coordinate representation of color #56EDD0: hue angle of 168.48º 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 #56EDD0 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 237 | 208 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.07 |
| HSL | 168.48º | 0.81% | 0.63% | - |
| HSV(B) | 168.48º | 0.64% | 0.93% | - |
| XYZ | 45.51 | 67.1 | 70.23 | - |
| YUV | 188.55 | 138.97 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 237 | 208 | 0.64 | 0 | 0.12 | 0.07 | 168.48 | 0.81 | 0.63 |
| Hex | 56 | ED | D0 | 40 | 0 | C | 7 | A8 | 51 | 3F |
| Octal | 126 | 355 | 320 | 100 | 0 | 14 | 7 | 250 | 121 | 77 |
| Binary | 1010110 | 11101101 | 11010000 | 1000000 | 0 | 1100 | 111 | 10101000 | 1010001 | 111111 |
Color Harmonies of #56EDD0
Complementary color
Monochromatic Colors of #56EDD0
Black with #56EDD0
Text Example
Text Example
White with #56EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EDD0; }
p { color: rgb(86,237,208); }
H1.HeaderClassName
{
color: #56EDD0;
}
.AnyTagClassName
{
color: #56EDD0;
}
</style>
background-color css
<style>
a { background-color: #56EDD0; }
a { background-color: rgb(86,237,208); }
div.DivClassName
{
background-color: #56EDD0;
}
.BgClassName
{
background-color: #56EDD0;
}
</style>
border-color css
<style>
span { border-color: #56EDD0; }
span { border-color: rgb(86,237,208); }
td.TdClassName
{
border-color: #56EDD0;
}
.TagClassName
{
border-color: #56EDD0;
}
</style>