Shades of Turquoise #56FAC4
Tints of Turquoise #56FAC4
RGB
CMYK
RGB Variations
Color information
#56FAC4 (or 0x56FAC4) is known color: Turquoise. HEX triplet: 56, FA and C4. RGB value is (86,250,196). Sum of RGB (Red+Green+Blue) = 86+250+196=532 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.17% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #56FAC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FAC4 is #A9053B. Grayscale: #C2C2C2. Windows color (decimal): -11076924 or 12909142. OLE color: 12909142.
HSL color Cylindrical-coordinate representation of color #56FAC4: hue angle of 160.24º 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 #56FAC4 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 250 | 196 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.02 |
| HSL | 160.24º | 0.94% | 0.66% | - |
| HSV(B) | 160.24º | 0.66% | 0.98% | - |
| XYZ | 47.99 | 74.34 | 64.04 | - |
| YUV | 194.81 | 128.67 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 250 | 196 | 0.66 | 0 | 0.22 | 0.02 | 160.24 | 0.94 | 0.66 |
| Hex | 56 | FA | C4 | 42 | 0 | 16 | 2 | A0 | 5E | 42 |
| Octal | 126 | 372 | 304 | 102 | 0 | 26 | 2 | 240 | 136 | 102 |
| Binary | 1010110 | 11111010 | 11000100 | 1000010 | 0 | 10110 | 10 | 10100000 | 1011110 | 1000010 |
Color Harmonies of #56FAC4
Complementary color
Monochromatic Colors of #56FAC4
Black with #56FAC4
Text Example
Text Example
White with #56FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FAC4; }
p { color: rgb(86,250,196); }
H1.HeaderClassName
{
color: #56FAC4;
}
.AnyTagClassName
{
color: #56FAC4;
}
</style>
background-color css
<style>
a { background-color: #56FAC4; }
a { background-color: rgb(86,250,196); }
div.DivClassName
{
background-color: #56FAC4;
}
.BgClassName
{
background-color: #56FAC4;
}
</style>
border-color css
<style>
span { border-color: #56FAC4; }
span { border-color: rgb(86,250,196); }
td.TdClassName
{
border-color: #56FAC4;
}
.TagClassName
{
border-color: #56FAC4;
}
</style>