Shades of Turquoise #56E7DB
Tints of Turquoise #56E7DB
RGB
CMYK
RGB Variations
Color information
#56E7DB (or 0x56E7DB) is known color: Turquoise. HEX triplet: 56, E7 and DB. RGB value is (86,231,219). Sum of RGB (Red+Green+Blue) = 86+231+219=536 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.04% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 231 - color contains mainly: green. Hex color #56E7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E7DB is #A91824. Grayscale: #BABABA. Windows color (decimal): -11081765 or 14411606. OLE color: 14411606.
HSL color Cylindrical-coordinate representation of color #56E7DB: hue angle of 175.03º 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 #56E7DB is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 231 | 219 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.09 |
| HSL | 175.03º | 0.75% | 0.62% | - |
| HSV(B) | 175.03º | 0.63% | 0.91% | - |
| XYZ | 45.2 | 64.24 | 77.04 | - |
| YUV | 186.28 | 146.46 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 231 | 219 | 0.63 | 0 | 0.05 | 0.09 | 175.03 | 0.75 | 0.62 |
| Hex | 56 | E7 | DB | 3F | 0 | 5 | 9 | AF | 4B | 3E |
| Octal | 126 | 347 | 333 | 77 | 0 | 5 | 11 | 257 | 113 | 76 |
| Binary | 1010110 | 11100111 | 11011011 | 111111 | 0 | 101 | 1001 | 10101111 | 1001011 | 111110 |
Color Harmonies of #56E7DB
Complementary color
Monochromatic Colors of #56E7DB
Black with #56E7DB
Text Example
Text Example
White with #56E7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E7DB; }
p { color: rgb(86,231,219); }
H1.HeaderClassName
{
color: #56E7DB;
}
.AnyTagClassName
{
color: #56E7DB;
}
</style>
background-color css
<style>
a { background-color: #56E7DB; }
a { background-color: rgb(86,231,219); }
div.DivClassName
{
background-color: #56E7DB;
}
.BgClassName
{
background-color: #56E7DB;
}
</style>
border-color css
<style>
span { border-color: #56E7DB; }
span { border-color: rgb(86,231,219); }
td.TdClassName
{
border-color: #56E7DB;
}
.TagClassName
{
border-color: #56E7DB;
}
</style>