Shades of Turquoise #56F2E3
Tints of Turquoise #56F2E3
RGB
CMYK
RGB Variations
Color information
#56F2E3 (or 0x56F2E3) is known color: Turquoise. HEX triplet: 56, F2 and E3. RGB value is (86,242,227). Sum of RGB (Red+Green+Blue) = 86+242+227=555 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.50% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #56F2E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F2E3 is #A90D1C. Grayscale: #C1C1C1. Windows color (decimal): -11078941 or 14938710. OLE color: 14938710.
HSL color Cylindrical-coordinate representation of color #56F2E3: hue angle of 174.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F2E3 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 242 | 227 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.05 |
| HSL | 174.23º | 0.86% | 0.64% | - |
| HSV(B) | 174.23º | 0.64% | 0.95% | - |
| XYZ | 49.46 | 71.03 | 83.78 | - |
| YUV | 193.65 | 146.82 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 227 | 0.64 | 0 | 0.06 | 0.05 | 174.23 | 0.86 | 0.64 |
| Hex | 56 | F2 | E3 | 40 | 0 | 6 | 5 | AE | 56 | 40 |
| Octal | 126 | 362 | 343 | 100 | 0 | 6 | 5 | 256 | 126 | 100 |
| Binary | 1010110 | 11110010 | 11100011 | 1000000 | 0 | 110 | 101 | 10101110 | 1010110 | 1000000 |
Color Harmonies of #56F2E3
Complementary color
Monochromatic Colors of #56F2E3
Black with #56F2E3
Text Example
Text Example
White with #56F2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F2E3; }
p { color: rgb(86,242,227); }
H1.HeaderClassName
{
color: #56F2E3;
}
.AnyTagClassName
{
color: #56F2E3;
}
</style>
background-color css
<style>
a { background-color: #56F2E3; }
a { background-color: rgb(86,242,227); }
div.DivClassName
{
background-color: #56F2E3;
}
.BgClassName
{
background-color: #56F2E3;
}
</style>
border-color css
<style>
span { border-color: #56F2E3; }
span { border-color: rgb(86,242,227); }
td.TdClassName
{
border-color: #56F2E3;
}
.TagClassName
{
border-color: #56F2E3;
}
</style>