Shades of Turquoise #56FFE0
Tints of Turquoise #56FFE0
RGB
CMYK
RGB Variations
Color information
#56FFE0 (or 0x56FFE0) is known color: Turquoise. HEX triplet: 56, FF and E0. RGB value is (86,255,224). Sum of RGB (Red+Green+Blue) = 86+255+224=565 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.22% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFE0 is #A9001F. Grayscale: #C8C8C8. Windows color (decimal): -11075616 or 14745430. OLE color: 14745430.
HSL color Cylindrical-coordinate representation of color #56FFE0: hue angle of 168.99º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FFE0 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 224 | - |
| CMYK | 0.66 | 0 | 0.12 | 0 |
| HSL | 168.99º | 1% | 0.67% | - |
| HSV(B) | 168.99º | 0.66% | 1% | - |
| XYZ | 53.05 | 78.88 | 82.95 | - |
| YUV | 200.94 | 141.01 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 224 | 0.66 | 0 | 0.12 | 0 | 168.99 | 1 | 0.67 |
| Hex | 56 | FF | E0 | 42 | 0 | C | 0 | A9 | 64 | 43 |
| Octal | 126 | 377 | 340 | 102 | 0 | 14 | 0 | 251 | 144 | 103 |
| Binary | 1010110 | 11111111 | 11100000 | 1000010 | 0 | 1100 | 0 | 10101001 | 1100100 | 1000011 |
Color Harmonies of #56FFE0
Complementary color
Monochromatic Colors of #56FFE0
Black with #56FFE0
Text Example
Text Example
White with #56FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFE0; }
p { color: rgb(86,255,224); }
H1.HeaderClassName
{
color: #56FFE0;
}
.AnyTagClassName
{
color: #56FFE0;
}
</style>
background-color css
<style>
a { background-color: #56FFE0; }
a { background-color: rgb(86,255,224); }
div.DivClassName
{
background-color: #56FFE0;
}
.BgClassName
{
background-color: #56FFE0;
}
</style>
border-color css
<style>
span { border-color: #56FFE0; }
span { border-color: rgb(86,255,224); }
td.TdClassName
{
border-color: #56FFE0;
}
.TagClassName
{
border-color: #56FFE0;
}
</style>