Shades of Turquoise #56EFD0
Tints of Turquoise #56EFD0
RGB
CMYK
RGB Variations
Color information
#56EFD0 (or 0x56EFD0) is known color: Turquoise. HEX triplet: 56, EF and D0. RGB value is (86,239,208). Sum of RGB (Red+Green+Blue) = 86+239+208=533 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.14% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EFD0 is #A9102F. Grayscale: #BDBDBD. Windows color (decimal): -11079728 or 13692758. OLE color: 13692758.
HSL color Cylindrical-coordinate representation of color #56EFD0: hue angle of 167.84º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EFD0 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 239 | 208 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.06 |
| HSL | 167.84º | 0.83% | 0.64% | - |
| HSV(B) | 167.84º | 0.64% | 0.94% | - |
| XYZ | 46.09 | 68.27 | 70.42 | - |
| YUV | 189.72 | 138.31 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 239 | 208 | 0.64 | 0 | 0.13 | 0.06 | 167.84 | 0.83 | 0.64 |
| Hex | 56 | EF | D0 | 40 | 0 | D | 6 | A8 | 53 | 40 |
| Octal | 126 | 357 | 320 | 100 | 0 | 15 | 6 | 250 | 123 | 100 |
| Binary | 1010110 | 11101111 | 11010000 | 1000000 | 0 | 1101 | 110 | 10101000 | 1010011 | 1000000 |
Color Harmonies of #56EFD0
Complementary color
Monochromatic Colors of #56EFD0
Black with #56EFD0
Text Example
Text Example
White with #56EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EFD0; }
p { color: rgb(86,239,208); }
H1.HeaderClassName
{
color: #56EFD0;
}
.AnyTagClassName
{
color: #56EFD0;
}
</style>
background-color css
<style>
a { background-color: #56EFD0; }
a { background-color: rgb(86,239,208); }
div.DivClassName
{
background-color: #56EFD0;
}
.BgClassName
{
background-color: #56EFD0;
}
</style>
border-color css
<style>
span { border-color: #56EFD0; }
span { border-color: rgb(86,239,208); }
td.TdClassName
{
border-color: #56EFD0;
}
.TagClassName
{
border-color: #56EFD0;
}
</style>