Shades of Turquoise #56EDBD
Tints of Turquoise #56EDBD
RGB
CMYK
RGB Variations
Color information
#56EDBD (or 0x56EDBD) is known color: Turquoise. HEX triplet: 56, ED and BD. RGB value is (86,237,189). Sum of RGB (Red+Green+Blue) = 86+237+189=512 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.80% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #56EDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EDBD is #A91242. Grayscale: #BABABA. Windows color (decimal): -11080259 or 12447062. OLE color: 12447062.
HSL color Cylindrical-coordinate representation of color #56EDBD: hue angle of 160.93º 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 #56EDBD is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 237 | 189 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.07 |
| HSL | 160.93º | 0.81% | 0.63% | - |
| HSV(B) | 160.93º | 0.64% | 0.93% | - |
| XYZ | 43.31 | 66.22 | 58.64 | - |
| YUV | 186.38 | 129.47 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 237 | 189 | 0.64 | 0 | 0.20 | 0.07 | 160.93 | 0.81 | 0.63 |
| Hex | 56 | ED | BD | 40 | 0 | 14 | 7 | A1 | 51 | 3F |
| Octal | 126 | 355 | 275 | 100 | 0 | 24 | 7 | 241 | 121 | 77 |
| Binary | 1010110 | 11101101 | 10111101 | 1000000 | 0 | 10100 | 111 | 10100001 | 1010001 | 111111 |
Color Harmonies of #56EDBD
Complementary color
Monochromatic Colors of #56EDBD
Black with #56EDBD
Text Example
Text Example
White with #56EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EDBD; }
p { color: rgb(86,237,189); }
H1.HeaderClassName
{
color: #56EDBD;
}
.AnyTagClassName
{
color: #56EDBD;
}
</style>
background-color css
<style>
a { background-color: #56EDBD; }
a { background-color: rgb(86,237,189); }
div.DivClassName
{
background-color: #56EDBD;
}
.BgClassName
{
background-color: #56EDBD;
}
</style>
border-color css
<style>
span { border-color: #56EDBD; }
span { border-color: rgb(86,237,189); }
td.TdClassName
{
border-color: #56EDBD;
}
.TagClassName
{
border-color: #56EDBD;
}
</style>