Shades of Turquoise Blue #56EDED
Tints of Turquoise Blue #56EDED
RGB
CMYK
RGB Variations
Color information
#56EDED (or 0x56EDED) is known color: Turquoise Blue. HEX triplet: 56, ED and ED. RGB value is (86,237,237). Sum of RGB (Red+Green+Blue) = 86+237+237=560 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.36% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #56EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EDED is #A91212. Grayscale: #BFBFBF. Windows color (decimal): -11080211 or 15592790. OLE color: 15592790.
HSL color Cylindrical-coordinate representation of color #56EDED: hue angle of 180º 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 #56EDED is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 237 | 237 | - |
| CMYK | 0.64 | 0 | 0 | 0.07 |
| HSL | 180º | 0.81% | 0.63% | - |
| HSV(B) | 180º | 0.64% | 0.93% | - |
| XYZ | 49.41 | 68.66 | 90.77 | - |
| YUV | 191.85 | 153.47 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 237 | 237 | 0.64 | 0 | 0 | 0.07 | 180 | 0.81 | 0.63 |
| Hex | 56 | ED | ED | 40 | 0 | 0 | 7 | B4 | 51 | 3F |
| Octal | 126 | 355 | 355 | 100 | 0 | 0 | 7 | 264 | 121 | 77 |
| Binary | 1010110 | 11101101 | 11101101 | 1000000 | 0 | 0 | 111 | 10110100 | 1010001 | 111111 |
Color Harmonies of #56EDED
Complementary color
Monochromatic Colors of #56EDED
Black with #56EDED
Text Example
Text Example
White with #56EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EDED; }
p { color: rgb(86,237,237); }
H1.HeaderClassName
{
color: #56EDED;
}
.AnyTagClassName
{
color: #56EDED;
}
</style>
background-color css
<style>
a { background-color: #56EDED; }
a { background-color: rgb(86,237,237); }
div.DivClassName
{
background-color: #56EDED;
}
.BgClassName
{
background-color: #56EDED;
}
</style>
border-color css
<style>
span { border-color: #56EDED; }
span { border-color: rgb(86,237,237); }
td.TdClassName
{
border-color: #56EDED;
}
.TagClassName
{
border-color: #56EDED;
}
</style>