Shades of Turquoise #56EFDA
Tints of Turquoise #56EFDA
RGB
CMYK
RGB Variations
Color information
#56EFDA (or 0x56EFDA) is known color: Turquoise. HEX triplet: 56, EF and DA. RGB value is (86,239,218). Sum of RGB (Red+Green+Blue) = 86+239+218=543 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.84% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EFDA is #A91025. Grayscale: #BEBEBE. Windows color (decimal): -11079718 or 14348118. OLE color: 14348118.
HSL color Cylindrical-coordinate representation of color #56EFDA: hue angle of 171.76º 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 #56EFDA is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 239 | 218 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.06 |
| HSL | 171.76º | 0.83% | 0.64% | - |
| HSV(B) | 171.76º | 0.64% | 0.94% | - |
| XYZ | 47.36 | 68.77 | 77.11 | - |
| YUV | 190.86 | 143.31 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 239 | 218 | 0.64 | 0 | 0.09 | 0.06 | 171.76 | 0.83 | 0.64 |
| Hex | 56 | EF | DA | 40 | 0 | 9 | 6 | AC | 53 | 40 |
| Octal | 126 | 357 | 332 | 100 | 0 | 11 | 6 | 254 | 123 | 100 |
| Binary | 1010110 | 11101111 | 11011010 | 1000000 | 0 | 1001 | 110 | 10101100 | 1010011 | 1000000 |
Color Harmonies of #56EFDA
Complementary color
Monochromatic Colors of #56EFDA
Black with #56EFDA
Text Example
Text Example
White with #56EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EFDA; }
p { color: rgb(86,239,218); }
H1.HeaderClassName
{
color: #56EFDA;
}
.AnyTagClassName
{
color: #56EFDA;
}
</style>
background-color css
<style>
a { background-color: #56EFDA; }
a { background-color: rgb(86,239,218); }
div.DivClassName
{
background-color: #56EFDA;
}
.BgClassName
{
background-color: #56EFDA;
}
</style>
border-color css
<style>
span { border-color: #56EFDA; }
span { border-color: rgb(86,239,218); }
td.TdClassName
{
border-color: #56EFDA;
}
.TagClassName
{
border-color: #56EFDA;
}
</style>