Shades of Turquoise #56FCCC
Tints of Turquoise #56FCCC
RGB
CMYK
RGB Variations
Color information
#56FCCC (or 0x56FCCC) is known color: Turquoise. HEX triplet: 56, FC and CC. RGB value is (86,252,204). Sum of RGB (Red+Green+Blue) = 86+252+204=542 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.87% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #56FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FCCC is #A90333. Grayscale: #C4C4C4. Windows color (decimal): -11076404 or 13433942. OLE color: 13433942.
HSL color Cylindrical-coordinate representation of color #56FCCC: hue angle of 162.65º 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 #56FCCC is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 252 | 204 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.01 |
| HSL | 162.65º | 0.97% | 0.66% | - |
| HSV(B) | 162.65º | 0.66% | 0.99% | - |
| XYZ | 49.55 | 75.96 | 69.18 | - |
| YUV | 196.89 | 132 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 252 | 204 | 0.66 | 0 | 0.19 | 0.01 | 162.65 | 0.97 | 0.66 |
| Hex | 56 | FC | CC | 42 | 0 | 13 | 1 | A3 | 61 | 42 |
| Octal | 126 | 374 | 314 | 102 | 0 | 23 | 1 | 243 | 141 | 102 |
| Binary | 1010110 | 11111100 | 11001100 | 1000010 | 0 | 10011 | 1 | 10100011 | 1100001 | 1000010 |
Color Harmonies of #56FCCC
Complementary color
Monochromatic Colors of #56FCCC
Black with #56FCCC
Text Example
Text Example
White with #56FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FCCC; }
p { color: rgb(86,252,204); }
H1.HeaderClassName
{
color: #56FCCC;
}
.AnyTagClassName
{
color: #56FCCC;
}
</style>
background-color css
<style>
a { background-color: #56FCCC; }
a { background-color: rgb(86,252,204); }
div.DivClassName
{
background-color: #56FCCC;
}
.BgClassName
{
background-color: #56FCCC;
}
</style>
border-color css
<style>
span { border-color: #56FCCC; }
span { border-color: rgb(86,252,204); }
td.TdClassName
{
border-color: #56FCCC;
}
.TagClassName
{
border-color: #56FCCC;
}
</style>