Shades of Turquoise #56FCC5
Tints of Turquoise #56FCC5
RGB
CMYK
RGB Variations
Color information
#56FCC5 (or 0x56FCC5) is known color: Turquoise. HEX triplet: 56, FC and C5. RGB value is (86,252,197). Sum of RGB (Red+Green+Blue) = 86+252+197=535 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.07% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #56FCC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FCC5 is #A9033A. Grayscale: #C4C4C4. Windows color (decimal): -11076411 or 12975190. OLE color: 12975190.
HSL color Cylindrical-coordinate representation of color #56FCC5: hue angle of 160.12º degrees, saturation: 0.97, 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 #56FCC5 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 252 | 197 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.01 |
| HSL | 160.12º | 0.97% | 0.66% | - |
| HSV(B) | 160.12º | 0.66% | 0.99% | - |
| XYZ | 48.73 | 75.63 | 64.85 | - |
| YUV | 196.1 | 128.5 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 252 | 197 | 0.66 | 0 | 0.22 | 0.01 | 160.12 | 0.97 | 0.66 |
| Hex | 56 | FC | C5 | 42 | 0 | 16 | 1 | A0 | 61 | 42 |
| Octal | 126 | 374 | 305 | 102 | 0 | 26 | 1 | 240 | 141 | 102 |
| Binary | 1010110 | 11111100 | 11000101 | 1000010 | 0 | 10110 | 1 | 10100000 | 1100001 | 1000010 |
Color Harmonies of #56FCC5
Complementary color
Monochromatic Colors of #56FCC5
Black with #56FCC5
Text Example
Text Example
White with #56FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FCC5; }
p { color: rgb(86,252,197); }
H1.HeaderClassName
{
color: #56FCC5;
}
.AnyTagClassName
{
color: #56FCC5;
}
</style>
background-color css
<style>
a { background-color: #56FCC5; }
a { background-color: rgb(86,252,197); }
div.DivClassName
{
background-color: #56FCC5;
}
.BgClassName
{
background-color: #56FCC5;
}
</style>
border-color css
<style>
span { border-color: #56FCC5; }
span { border-color: rgb(86,252,197); }
td.TdClassName
{
border-color: #56FCC5;
}
.TagClassName
{
border-color: #56FCC5;
}
</style>