Shades of Turquoise Blue #56EEED
Tints of Turquoise Blue #56EEED
RGB
CMYK
RGB Variations
Color information
#56EEED (or 0x56EEED) is known color: Turquoise Blue. HEX triplet: 56, EE and ED. RGB value is (86,238,237). Sum of RGB (Red+Green+Blue) = 86+238+237=561 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.33% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EEED is #A91112. Grayscale: #C0C0C0. Windows color (decimal): -11079955 or 15593046. OLE color: 15593046.
HSL color Cylindrical-coordinate representation of color #56EEED: hue angle of 179.61º 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 #56EEED is Cyan = 0.64, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 237 | - |
| CMYK | 0.64 | 0 | 0.00 | 0.07 |
| HSL | 179.61º | 0.82% | 0.64% | - |
| HSV(B) | 179.61º | 0.64% | 0.93% | - |
| XYZ | 49.7 | 69.24 | 90.87 | - |
| YUV | 192.44 | 153.14 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 237 | 0.64 | 0 | 0.00 | 0.07 | 179.61 | 0.82 | 0.64 |
| Hex | 56 | EE | ED | 40 | 0 | 0 | 7 | B4 | 52 | 40 |
| Octal | 126 | 356 | 355 | 100 | 0 | 0 | 7 | 264 | 122 | 100 |
| Binary | 1010110 | 11101110 | 11101101 | 1000000 | 0 | 0 | 111 | 10110100 | 1010010 | 1000000 |
Color Harmonies of #56EEED
Complementary color
Monochromatic Colors of #56EEED
Black with #56EEED
Text Example
Text Example
White with #56EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EEED; }
p { color: rgb(86,238,237); }
H1.HeaderClassName
{
color: #56EEED;
}
.AnyTagClassName
{
color: #56EEED;
}
</style>
background-color css
<style>
a { background-color: #56EEED; }
a { background-color: rgb(86,238,237); }
div.DivClassName
{
background-color: #56EEED;
}
.BgClassName
{
background-color: #56EEED;
}
</style>
border-color css
<style>
span { border-color: #56EEED; }
span { border-color: rgb(86,238,237); }
td.TdClassName
{
border-color: #56EEED;
}
.TagClassName
{
border-color: #56EEED;
}
</style>