Shades of Turquoise Blue #56E7EE
Tints of Turquoise Blue #56E7EE
RGB
CMYK
RGB Variations
Color information
#56E7EE (or 0x56E7EE) is known color: Turquoise Blue. HEX triplet: 56, E7 and EE. RGB value is (86,231,238). Sum of RGB (Red+Green+Blue) = 86+231+238=555 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.50% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #56E7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56E7EE is #A91811. Grayscale: #BCBCBC. Windows color (decimal): -11081746 or 15656790. OLE color: 15656790.
HSL color Cylindrical-coordinate representation of color #56E7EE: hue angle of 182.76º 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 #56E7EE is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 231 | 238 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.07 |
| HSL | 182.76º | 0.82% | 0.64% | - |
| HSV(B) | 182.76º | 0.64% | 0.93% | - |
| XYZ | 47.85 | 65.3 | 90.97 | - |
| YUV | 188.44 | 155.96 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 231 | 238 | 0.64 | 0.03 | 0 | 0.07 | 182.76 | 0.82 | 0.64 |
| Hex | 56 | E7 | EE | 40 | 3 | 0 | 7 | B7 | 52 | 40 |
| Octal | 126 | 347 | 356 | 100 | 3 | 0 | 7 | 267 | 122 | 100 |
| Binary | 1010110 | 11100111 | 11101110 | 1000000 | 11 | 0 | 111 | 10110111 | 1010010 | 1000000 |
Color Harmonies of #56E7EE
Complementary color
Monochromatic Colors of #56E7EE
Black with #56E7EE
Text Example
Text Example
White with #56E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E7EE; }
p { color: rgb(86,231,238); }
H1.HeaderClassName
{
color: #56E7EE;
}
.AnyTagClassName
{
color: #56E7EE;
}
</style>
background-color css
<style>
a { background-color: #56E7EE; }
a { background-color: rgb(86,231,238); }
div.DivClassName
{
background-color: #56E7EE;
}
.BgClassName
{
background-color: #56E7EE;
}
</style>
border-color css
<style>
span { border-color: #56E7EE; }
span { border-color: rgb(86,231,238); }
td.TdClassName
{
border-color: #56E7EE;
}
.TagClassName
{
border-color: #56E7EE;
}
</style>