Shades of Turquoise #56EDDC
Tints of Turquoise #56EDDC
RGB
CMYK
RGB Variations
Color information
#56EDDC (or 0x56EDDC) is known color: Turquoise. HEX triplet: 56, ED and DC. RGB value is (86,237,220). Sum of RGB (Red+Green+Blue) = 86+237+220=543 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.84% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #56EDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EDDC is #A91223. Grayscale: #BDBDBD. Windows color (decimal): -11080228 or 14478678. OLE color: 14478678.
HSL color Cylindrical-coordinate representation of color #56EDDC: hue angle of 173.25º 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 #56EDDC is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 237 | 220 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.07 |
| HSL | 173.25º | 0.81% | 0.63% | - |
| HSV(B) | 173.25º | 0.64% | 0.93% | - |
| XYZ | 47.04 | 67.71 | 78.3 | - |
| YUV | 189.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 237 | 220 | 0.64 | 0 | 0.07 | 0.07 | 173.25 | 0.81 | 0.63 |
| Hex | 56 | ED | DC | 40 | 0 | 7 | 7 | AD | 51 | 3F |
| Octal | 126 | 355 | 334 | 100 | 0 | 7 | 7 | 255 | 121 | 77 |
| Binary | 1010110 | 11101101 | 11011100 | 1000000 | 0 | 111 | 111 | 10101101 | 1010001 | 111111 |
Color Harmonies of #56EDDC
Complementary color
Monochromatic Colors of #56EDDC
Black with #56EDDC
Text Example
Text Example
White with #56EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EDDC; }
p { color: rgb(86,237,220); }
H1.HeaderClassName
{
color: #56EDDC;
}
.AnyTagClassName
{
color: #56EDDC;
}
</style>
background-color css
<style>
a { background-color: #56EDDC; }
a { background-color: rgb(86,237,220); }
div.DivClassName
{
background-color: #56EDDC;
}
.BgClassName
{
background-color: #56EDDC;
}
</style>
border-color css
<style>
span { border-color: #56EDDC; }
span { border-color: rgb(86,237,220); }
td.TdClassName
{
border-color: #56EDDC;
}
.TagClassName
{
border-color: #56EDDC;
}
</style>