Shades of Turquoise #56F4CE
Tints of Turquoise #56F4CE
RGB
CMYK
RGB Variations
Color information
#56F4CE (or 0x56F4CE) is known color: Turquoise. HEX triplet: 56, F4 and CE. RGB value is (86,244,206). Sum of RGB (Red+Green+Blue) = 86+244+206=536 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.04% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #56F4CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F4CE is #A90B31. Grayscale: #C0C0C0. Windows color (decimal): -11078450 or 13562966. OLE color: 13562966.
HSL color Cylindrical-coordinate representation of color #56F4CE: hue angle of 165.57º 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 #56F4CE is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 244 | 206 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.04 |
| HSL | 165.57º | 0.88% | 0.65% | - |
| HSV(B) | 165.57º | 0.65% | 0.96% | - |
| XYZ | 47.33 | 71.14 | 69.63 | - |
| YUV | 192.43 | 135.65 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 244 | 206 | 0.65 | 0 | 0.16 | 0.04 | 165.57 | 0.88 | 0.65 |
| Hex | 56 | F4 | CE | 41 | 0 | 10 | 4 | A6 | 58 | 41 |
| Octal | 126 | 364 | 316 | 101 | 0 | 20 | 4 | 246 | 130 | 101 |
| Binary | 1010110 | 11110100 | 11001110 | 1000001 | 0 | 10000 | 100 | 10100110 | 1011000 | 1000001 |
Color Harmonies of #56F4CE
Complementary color
Monochromatic Colors of #56F4CE
Black with #56F4CE
Text Example
Text Example
White with #56F4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F4CE; }
p { color: rgb(86,244,206); }
H1.HeaderClassName
{
color: #56F4CE;
}
.AnyTagClassName
{
color: #56F4CE;
}
</style>
background-color css
<style>
a { background-color: #56F4CE; }
a { background-color: rgb(86,244,206); }
div.DivClassName
{
background-color: #56F4CE;
}
.BgClassName
{
background-color: #56F4CE;
}
</style>
border-color css
<style>
span { border-color: #56F4CE; }
span { border-color: rgb(86,244,206); }
td.TdClassName
{
border-color: #56F4CE;
}
.TagClassName
{
border-color: #56F4CE;
}
</style>