Shades of Turquoise #56FAC5
Tints of Turquoise #56FAC5
RGB
CMYK
RGB Variations
Color information
#56FAC5 (or 0x56FAC5) is known color: Turquoise. HEX triplet: 56, FA and C5. RGB value is (86,250,197). Sum of RGB (Red+Green+Blue) = 86+250+197=533 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.14% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #56FAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FAC5 is #A9053A. Grayscale: #C2C2C2. Windows color (decimal): -11076923 or 12974678. OLE color: 12974678.
HSL color Cylindrical-coordinate representation of color #56FAC5: hue angle of 160.61º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FAC5 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 250 | 197 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.02 |
| HSL | 160.61º | 0.94% | 0.66% | - |
| HSV(B) | 160.61º | 0.66% | 0.98% | - |
| XYZ | 48.1 | 74.38 | 64.65 | - |
| YUV | 194.92 | 129.17 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 250 | 197 | 0.66 | 0 | 0.21 | 0.02 | 160.61 | 0.94 | 0.66 |
| Hex | 56 | FA | C5 | 42 | 0 | 15 | 2 | A1 | 5E | 42 |
| Octal | 126 | 372 | 305 | 102 | 0 | 25 | 2 | 241 | 136 | 102 |
| Binary | 1010110 | 11111010 | 11000101 | 1000010 | 0 | 10101 | 10 | 10100001 | 1011110 | 1000010 |
Color Harmonies of #56FAC5
Complementary color
Monochromatic Colors of #56FAC5
Black with #56FAC5
Text Example
Text Example
White with #56FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FAC5; }
p { color: rgb(86,250,197); }
H1.HeaderClassName
{
color: #56FAC5;
}
.AnyTagClassName
{
color: #56FAC5;
}
</style>
background-color css
<style>
a { background-color: #56FAC5; }
a { background-color: rgb(86,250,197); }
div.DivClassName
{
background-color: #56FAC5;
}
.BgClassName
{
background-color: #56FAC5;
}
</style>
border-color css
<style>
span { border-color: #56FAC5; }
span { border-color: rgb(86,250,197); }
td.TdClassName
{
border-color: #56FAC5;
}
.TagClassName
{
border-color: #56FAC5;
}
</style>