Shades of Turquoise #56F2C1
Tints of Turquoise #56F2C1
RGB
CMYK
RGB Variations
Color information
#56F2C1 (or 0x56F2C1) is known color: Turquoise. HEX triplet: 56, F2 and C1. RGB value is (86,242,193). Sum of RGB (Red+Green+Blue) = 86+242+193=521 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.51% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #56F2C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F2C1 is #A90D3E. Grayscale: #BDBDBD. Windows color (decimal): -11078975 or 12710486. OLE color: 12710486.
HSL color Cylindrical-coordinate representation of color #56F2C1: hue angle of 161.15º 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 #56F2C1 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 242 | 193 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.05 |
| HSL | 161.15º | 0.86% | 0.64% | - |
| HSV(B) | 161.15º | 0.64% | 0.95% | - |
| XYZ | 45.22 | 69.33 | 61.45 | - |
| YUV | 189.77 | 129.82 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 193 | 0.64 | 0 | 0.20 | 0.05 | 161.15 | 0.86 | 0.64 |
| Hex | 56 | F2 | C1 | 40 | 0 | 14 | 5 | A1 | 56 | 40 |
| Octal | 126 | 362 | 301 | 100 | 0 | 24 | 5 | 241 | 126 | 100 |
| Binary | 1010110 | 11110010 | 11000001 | 1000000 | 0 | 10100 | 101 | 10100001 | 1010110 | 1000000 |
Color Harmonies of #56F2C1
Complementary color
Monochromatic Colors of #56F2C1
Black with #56F2C1
Text Example
Text Example
White with #56F2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F2C1; }
p { color: rgb(86,242,193); }
H1.HeaderClassName
{
color: #56F2C1;
}
.AnyTagClassName
{
color: #56F2C1;
}
</style>
background-color css
<style>
a { background-color: #56F2C1; }
a { background-color: rgb(86,242,193); }
div.DivClassName
{
background-color: #56F2C1;
}
.BgClassName
{
background-color: #56F2C1;
}
</style>
border-color css
<style>
span { border-color: #56F2C1; }
span { border-color: rgb(86,242,193); }
td.TdClassName
{
border-color: #56F2C1;
}
.TagClassName
{
border-color: #56F2C1;
}
</style>