Shades of Turquoise #56FDC0
Tints of Turquoise #56FDC0
RGB
CMYK
RGB Variations
Color information
#56FDC0 (or 0x56FDC0) is known color: Turquoise. HEX triplet: 56, FD and C0. RGB value is (86,253,192). Sum of RGB (Red+Green+Blue) = 86+253+192=531 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.20% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #56FDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FDC0 is #A9023F. Grayscale: #C4C4C4. Windows color (decimal): -11076160 or 12647766. OLE color: 12647766.
HSL color Cylindrical-coordinate representation of color #56FDC0: hue angle of 158.08º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FDC0 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 253 | 192 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.01 |
| HSL | 158.08º | 0.98% | 0.66% | - |
| HSV(B) | 158.08º | 0.66% | 0.99% | - |
| XYZ | 48.48 | 76.03 | 61.99 | - |
| YUV | 196.11 | 125.67 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 253 | 192 | 0.66 | 0 | 0.24 | 0.01 | 158.08 | 0.98 | 0.66 |
| Hex | 56 | FD | C0 | 42 | 0 | 18 | 1 | 9E | 62 | 42 |
| Octal | 126 | 375 | 300 | 102 | 0 | 30 | 1 | 236 | 142 | 102 |
| Binary | 1010110 | 11111101 | 11000000 | 1000010 | 0 | 11000 | 1 | 10011110 | 1100010 | 1000010 |
Color Harmonies of #56FDC0
Complementary color
Monochromatic Colors of #56FDC0
Black with #56FDC0
Text Example
Text Example
White with #56FDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FDC0; }
p { color: rgb(86,253,192); }
H1.HeaderClassName
{
color: #56FDC0;
}
.AnyTagClassName
{
color: #56FDC0;
}
</style>
background-color css
<style>
a { background-color: #56FDC0; }
a { background-color: rgb(86,253,192); }
div.DivClassName
{
background-color: #56FDC0;
}
.BgClassName
{
background-color: #56FDC0;
}
</style>
border-color css
<style>
span { border-color: #56FDC0; }
span { border-color: rgb(86,253,192); }
td.TdClassName
{
border-color: #56FDC0;
}
.TagClassName
{
border-color: #56FDC0;
}
</style>