Shades of Turquoise #56FEC6
Tints of Turquoise #56FEC6
RGB
CMYK
RGB Variations
Color information
#56FEC6 (or 0x56FEC6) is known color: Turquoise. HEX triplet: 56, FE and C6. RGB value is (86,254,198). Sum of RGB (Red+Green+Blue) = 86+254+198=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #56FEC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FEC6 is #A90139. Grayscale: #C5C5C5. Windows color (decimal): -11075898 or 13041238. OLE color: 13041238.
HSL color Cylindrical-coordinate representation of color #56FEC6: hue angle of 160º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FEC6 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 254 | 198 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.00 |
| HSL | 160º | 0.99% | 0.67% | - |
| HSV(B) | 160º | 0.66% | 1% | - |
| XYZ | 49.47 | 76.94 | 65.67 | - |
| YUV | 197.38 | 128.34 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 254 | 198 | 0.66 | 0 | 0.22 | 0.00 | 160 | 0.99 | 0.67 |
| Hex | 56 | FE | C6 | 42 | 0 | 16 | 0 | A0 | 63 | 43 |
| Octal | 126 | 376 | 306 | 102 | 0 | 26 | 0 | 240 | 143 | 103 |
| Binary | 1010110 | 11111110 | 11000110 | 1000010 | 0 | 10110 | 0 | 10100000 | 1100011 | 1000011 |
Color Harmonies of #56FEC6
Complementary color
Monochromatic Colors of #56FEC6
Black with #56FEC6
Text Example
Text Example
White with #56FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FEC6; }
p { color: rgb(86,254,198); }
H1.HeaderClassName
{
color: #56FEC6;
}
.AnyTagClassName
{
color: #56FEC6;
}
</style>
background-color css
<style>
a { background-color: #56FEC6; }
a { background-color: rgb(86,254,198); }
div.DivClassName
{
background-color: #56FEC6;
}
.BgClassName
{
background-color: #56FEC6;
}
</style>
border-color css
<style>
span { border-color: #56FEC6; }
span { border-color: rgb(86,254,198); }
td.TdClassName
{
border-color: #56FEC6;
}
.TagClassName
{
border-color: #56FEC6;
}
</style>