Shades of Turquoise #56FDCC
Tints of Turquoise #56FDCC
RGB
CMYK
RGB Variations
Color information
#56FDCC (or 0x56FDCC) is known color: Turquoise. HEX triplet: 56, FD and CC. RGB value is (86,253,204). Sum of RGB (Red+Green+Blue) = 86+253+204=543 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.84% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #56FDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FDCC is #A90233. Grayscale: #C5C5C5. Windows color (decimal): -11076148 or 13434198. OLE color: 13434198.
HSL color Cylindrical-coordinate representation of color #56FDCC: hue angle of 162.4º 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 #56FDCC is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 253 | 204 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.01 |
| HSL | 162.4º | 0.98% | 0.66% | - |
| HSV(B) | 162.4º | 0.66% | 0.99% | - |
| XYZ | 49.86 | 76.59 | 69.28 | - |
| YUV | 197.48 | 131.67 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 253 | 204 | 0.66 | 0 | 0.19 | 0.01 | 162.4 | 0.98 | 0.66 |
| Hex | 56 | FD | CC | 42 | 0 | 13 | 1 | A2 | 62 | 42 |
| Octal | 126 | 375 | 314 | 102 | 0 | 23 | 1 | 242 | 142 | 102 |
| Binary | 1010110 | 11111101 | 11001100 | 1000010 | 0 | 10011 | 1 | 10100010 | 1100010 | 1000010 |
Color Harmonies of #56FDCC
Complementary color
Monochromatic Colors of #56FDCC
Black with #56FDCC
Text Example
Text Example
White with #56FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FDCC; }
p { color: rgb(86,253,204); }
H1.HeaderClassName
{
color: #56FDCC;
}
.AnyTagClassName
{
color: #56FDCC;
}
</style>
background-color css
<style>
a { background-color: #56FDCC; }
a { background-color: rgb(86,253,204); }
div.DivClassName
{
background-color: #56FDCC;
}
.BgClassName
{
background-color: #56FDCC;
}
</style>
border-color css
<style>
span { border-color: #56FDCC; }
span { border-color: rgb(86,253,204); }
td.TdClassName
{
border-color: #56FDCC;
}
.TagClassName
{
border-color: #56FDCC;
}
</style>