Shades of Turquoise #56EED3
Tints of Turquoise #56EED3
RGB
CMYK
RGB Variations
Color information
#56EED3 (or 0x56EED3) is known color: Turquoise. HEX triplet: 56, EE and D3. RGB value is (86,238,211). Sum of RGB (Red+Green+Blue) = 86+238+211=535 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.07% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #56EED3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EED3 is #A9112C. Grayscale: #BDBDBD. Windows color (decimal): -11079981 or 13889110. OLE color: 13889110.
HSL color Cylindrical-coordinate representation of color #56EED3: hue angle of 169.34º 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 #56EED3 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 211 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.07 |
| HSL | 169.34º | 0.82% | 0.64% | - |
| HSV(B) | 169.34º | 0.64% | 0.93% | - |
| XYZ | 46.17 | 67.83 | 72.29 | - |
| YUV | 189.47 | 140.14 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 211 | 0.64 | 0 | 0.11 | 0.07 | 169.34 | 0.82 | 0.64 |
| Hex | 56 | EE | D3 | 40 | 0 | B | 7 | A9 | 52 | 40 |
| Octal | 126 | 356 | 323 | 100 | 0 | 13 | 7 | 251 | 122 | 100 |
| Binary | 1010110 | 11101110 | 11010011 | 1000000 | 0 | 1011 | 111 | 10101001 | 1010010 | 1000000 |
Color Harmonies of #56EED3
Complementary color
Monochromatic Colors of #56EED3
Black with #56EED3
Text Example
Text Example
White with #56EED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EED3; }
p { color: rgb(86,238,211); }
H1.HeaderClassName
{
color: #56EED3;
}
.AnyTagClassName
{
color: #56EED3;
}
</style>
background-color css
<style>
a { background-color: #56EED3; }
a { background-color: rgb(86,238,211); }
div.DivClassName
{
background-color: #56EED3;
}
.BgClassName
{
background-color: #56EED3;
}
</style>
border-color css
<style>
span { border-color: #56EED3; }
span { border-color: rgb(86,238,211); }
td.TdClassName
{
border-color: #56EED3;
}
.TagClassName
{
border-color: #56EED3;
}
</style>