Shades of Turquoise #56EED1
Tints of Turquoise #56EED1
RGB
CMYK
RGB Variations
Color information
#56EED1 (or 0x56EED1) is known color: Turquoise. HEX triplet: 56, EE and D1. RGB value is (86,238,209). Sum of RGB (Red+Green+Blue) = 86+238+209=533 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.14% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #56EED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EED1 is #A9112E. Grayscale: #BDBDBD. Windows color (decimal): -11079983 or 13758038. OLE color: 13758038.
HSL color Cylindrical-coordinate representation of color #56EED1: hue angle of 168.55º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EED1 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 209 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.07 |
| HSL | 168.55º | 0.82% | 0.64% | - |
| HSV(B) | 168.55º | 0.64% | 0.93% | - |
| XYZ | 45.92 | 67.73 | 70.97 | - |
| YUV | 189.25 | 139.14 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 209 | 0.64 | 0 | 0.12 | 0.07 | 168.55 | 0.82 | 0.64 |
| Hex | 56 | EE | D1 | 40 | 0 | C | 7 | A9 | 52 | 40 |
| Octal | 126 | 356 | 321 | 100 | 0 | 14 | 7 | 251 | 122 | 100 |
| Binary | 1010110 | 11101110 | 11010001 | 1000000 | 0 | 1100 | 111 | 10101001 | 1010010 | 1000000 |
Color Harmonies of #56EED1
Complementary color
Monochromatic Colors of #56EED1
Black with #56EED1
Text Example
Text Example
White with #56EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EED1; }
p { color: rgb(86,238,209); }
H1.HeaderClassName
{
color: #56EED1;
}
.AnyTagClassName
{
color: #56EED1;
}
</style>
background-color css
<style>
a { background-color: #56EED1; }
a { background-color: rgb(86,238,209); }
div.DivClassName
{
background-color: #56EED1;
}
.BgClassName
{
background-color: #56EED1;
}
</style>
border-color css
<style>
span { border-color: #56EED1; }
span { border-color: rgb(86,238,209); }
td.TdClassName
{
border-color: #56EED1;
}
.TagClassName
{
border-color: #56EED1;
}
</style>