Shades of Turquoise #56F4D5
Tints of Turquoise #56F4D5
RGB
CMYK
RGB Variations
Color information
#56F4D5 (or 0x56F4D5) is known color: Turquoise. HEX triplet: 56, F4 and D5. RGB value is (86,244,213). Sum of RGB (Red+Green+Blue) = 86+244+213=543 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.84% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #56F4D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F4D5 is #A90B2A. Grayscale: #C1C1C1. Windows color (decimal): -11078443 or 14021718. OLE color: 14021718.
HSL color Cylindrical-coordinate representation of color #56F4D5: hue angle of 168.23º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F4D5 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 244 | 213 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.04 |
| HSL | 168.23º | 0.88% | 0.65% | - |
| HSV(B) | 168.23º | 0.65% | 0.96% | - |
| XYZ | 48.2 | 71.48 | 74.21 | - |
| YUV | 193.22 | 139.15 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 244 | 213 | 0.65 | 0 | 0.13 | 0.04 | 168.23 | 0.88 | 0.65 |
| Hex | 56 | F4 | D5 | 41 | 0 | D | 4 | A8 | 58 | 41 |
| Octal | 126 | 364 | 325 | 101 | 0 | 15 | 4 | 250 | 130 | 101 |
| Binary | 1010110 | 11110100 | 11010101 | 1000001 | 0 | 1101 | 100 | 10101000 | 1011000 | 1000001 |
Color Harmonies of #56F4D5
Complementary color
Monochromatic Colors of #56F4D5
Black with #56F4D5
Text Example
Text Example
White with #56F4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F4D5; }
p { color: rgb(86,244,213); }
H1.HeaderClassName
{
color: #56F4D5;
}
.AnyTagClassName
{
color: #56F4D5;
}
</style>
background-color css
<style>
a { background-color: #56F4D5; }
a { background-color: rgb(86,244,213); }
div.DivClassName
{
background-color: #56F4D5;
}
.BgClassName
{
background-color: #56F4D5;
}
</style>
border-color css
<style>
span { border-color: #56F4D5; }
span { border-color: rgb(86,244,213); }
td.TdClassName
{
border-color: #56F4D5;
}
.TagClassName
{
border-color: #56F4D5;
}
</style>