Shades of Turquoise Blue #56E7E5
Tints of Turquoise Blue #56E7E5
RGB
CMYK
RGB Variations
Color information
#56E7E5 (or 0x56E7E5) is known color: Turquoise Blue. HEX triplet: 56, E7 and E5. RGB value is (86,231,229). Sum of RGB (Red+Green+Blue) = 86+231+229=546 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.75% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #56E7E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E7E5 is #A9181A. Grayscale: #BBBBBB. Windows color (decimal): -11081755 or 15066966. OLE color: 15066966.
HSL color Cylindrical-coordinate representation of color #56E7E5: hue angle of 179.17º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56E7E5 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 231 | 229 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.09 |
| HSL | 179.17º | 0.75% | 0.62% | - |
| HSV(B) | 179.17º | 0.63% | 0.91% | - |
| XYZ | 46.56 | 64.79 | 84.18 | - |
| YUV | 187.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 231 | 229 | 0.63 | 0 | 0.01 | 0.09 | 179.17 | 0.75 | 0.62 |
| Hex | 56 | E7 | E5 | 3F | 0 | 1 | 9 | B3 | 4B | 3E |
| Octal | 126 | 347 | 345 | 77 | 0 | 1 | 11 | 263 | 113 | 76 |
| Binary | 1010110 | 11100111 | 11100101 | 111111 | 0 | 1 | 1001 | 10110011 | 1001011 | 111110 |
Color Harmonies of #56E7E5
Complementary color
Monochromatic Colors of #56E7E5
Black with #56E7E5
Text Example
Text Example
White with #56E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E7E5; }
p { color: rgb(86,231,229); }
H1.HeaderClassName
{
color: #56E7E5;
}
.AnyTagClassName
{
color: #56E7E5;
}
</style>
background-color css
<style>
a { background-color: #56E7E5; }
a { background-color: rgb(86,231,229); }
div.DivClassName
{
background-color: #56E7E5;
}
.BgClassName
{
background-color: #56E7E5;
}
</style>
border-color css
<style>
span { border-color: #56E7E5; }
span { border-color: rgb(86,231,229); }
td.TdClassName
{
border-color: #56E7E5;
}
.TagClassName
{
border-color: #56E7E5;
}
</style>