Shades of Turquoise #56F3C0
Tints of Turquoise #56F3C0
RGB
CMYK
RGB Variations
Color information
#56F3C0 (or 0x56F3C0) is known color: Turquoise. HEX triplet: 56, F3 and C0. RGB value is (86,243,192). Sum of RGB (Red+Green+Blue) = 86+243+192=521 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.51% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #56F3C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F3C0 is #A90C3F. Grayscale: #BEBEBE. Windows color (decimal): -11078720 or 12645206. OLE color: 12645206.
HSL color Cylindrical-coordinate representation of color #56F3C0: hue angle of 160.51º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F3C0 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 243 | 192 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.05 |
| HSL | 160.51º | 0.87% | 0.65% | - |
| HSV(B) | 160.51º | 0.65% | 0.95% | - |
| XYZ | 45.4 | 69.89 | 60.97 | - |
| YUV | 190.24 | 128.99 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 243 | 192 | 0.65 | 0 | 0.21 | 0.05 | 160.51 | 0.87 | 0.65 |
| Hex | 56 | F3 | C0 | 41 | 0 | 15 | 5 | A1 | 57 | 41 |
| Octal | 126 | 363 | 300 | 101 | 0 | 25 | 5 | 241 | 127 | 101 |
| Binary | 1010110 | 11110011 | 11000000 | 1000001 | 0 | 10101 | 101 | 10100001 | 1010111 | 1000001 |
Color Harmonies of #56F3C0
Complementary color
Monochromatic Colors of #56F3C0
Black with #56F3C0
Text Example
Text Example
White with #56F3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F3C0; }
p { color: rgb(86,243,192); }
H1.HeaderClassName
{
color: #56F3C0;
}
.AnyTagClassName
{
color: #56F3C0;
}
</style>
background-color css
<style>
a { background-color: #56F3C0; }
a { background-color: rgb(86,243,192); }
div.DivClassName
{
background-color: #56F3C0;
}
.BgClassName
{
background-color: #56F3C0;
}
</style>
border-color css
<style>
span { border-color: #56F3C0; }
span { border-color: rgb(86,243,192); }
td.TdClassName
{
border-color: #56F3C0;
}
.TagClassName
{
border-color: #56F3C0;
}
</style>