Shades of Turquoise #56F0C1
Tints of Turquoise #56F0C1
RGB
CMYK
RGB Variations
Color information
#56F0C1 (or 0x56F0C1) is known color: Turquoise. HEX triplet: 56, F0 and C1. RGB value is (86,240,193). Sum of RGB (Red+Green+Blue) = 86+240+193=519 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.57% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #56F0C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F0C1 is #A90F3E. Grayscale: #BCBCBC. Windows color (decimal): -11079487 or 12709974. OLE color: 12709974.
HSL color Cylindrical-coordinate representation of color #56F0C1: hue angle of 161.69º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F0C1 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 240 | 193 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.06 |
| HSL | 161.69º | 0.84% | 0.64% | - |
| HSV(B) | 161.69º | 0.64% | 0.94% | - |
| XYZ | 44.62 | 68.15 | 61.25 | - |
| YUV | 188.6 | 130.48 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 240 | 193 | 0.64 | 0 | 0.20 | 0.06 | 161.69 | 0.84 | 0.64 |
| Hex | 56 | F0 | C1 | 40 | 0 | 14 | 6 | A2 | 54 | 40 |
| Octal | 126 | 360 | 301 | 100 | 0 | 24 | 6 | 242 | 124 | 100 |
| Binary | 1010110 | 11110000 | 11000001 | 1000000 | 0 | 10100 | 110 | 10100010 | 1010100 | 1000000 |
Color Harmonies of #56F0C1
Complementary color
Monochromatic Colors of #56F0C1
Black with #56F0C1
Text Example
Text Example
White with #56F0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F0C1; }
p { color: rgb(86,240,193); }
H1.HeaderClassName
{
color: #56F0C1;
}
.AnyTagClassName
{
color: #56F0C1;
}
</style>
background-color css
<style>
a { background-color: #56F0C1; }
a { background-color: rgb(86,240,193); }
div.DivClassName
{
background-color: #56F0C1;
}
.BgClassName
{
background-color: #56F0C1;
}
</style>
border-color css
<style>
span { border-color: #56F0C1; }
span { border-color: rgb(86,240,193); }
td.TdClassName
{
border-color: #56F0C1;
}
.TagClassName
{
border-color: #56F0C1;
}
</style>