Shades of Turquoise #56FCDD
Tints of Turquoise #56FCDD
RGB
CMYK
RGB Variations
Color information
#56FCDD (or 0x56FCDD) is known color: Turquoise. HEX triplet: 56, FC and DD. RGB value is (86,252,221). Sum of RGB (Red+Green+Blue) = 86+252+221=559 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.38% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #56FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FCDD is #A90322. Grayscale: #C6C6C6. Windows color (decimal): -11076387 or 14548054. OLE color: 14548054.
HSL color Cylindrical-coordinate representation of color #56FCDD: hue angle of 168.8º 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 #56FCDD is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 252 | 221 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.01 |
| HSL | 168.8º | 0.97% | 0.66% | - |
| HSV(B) | 168.8º | 0.66% | 0.99% | - |
| XYZ | 51.7 | 76.82 | 80.51 | - |
| YUV | 198.83 | 140.5 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 252 | 221 | 0.66 | 0 | 0.12 | 0.01 | 168.8 | 0.97 | 0.66 |
| Hex | 56 | FC | DD | 42 | 0 | C | 1 | A9 | 61 | 42 |
| Octal | 126 | 374 | 335 | 102 | 0 | 14 | 1 | 251 | 141 | 102 |
| Binary | 1010110 | 11111100 | 11011101 | 1000010 | 0 | 1100 | 1 | 10101001 | 1100001 | 1000010 |
Color Harmonies of #56FCDD
Complementary color
Monochromatic Colors of #56FCDD
Black with #56FCDD
Text Example
Text Example
White with #56FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FCDD; }
p { color: rgb(86,252,221); }
H1.HeaderClassName
{
color: #56FCDD;
}
.AnyTagClassName
{
color: #56FCDD;
}
</style>
background-color css
<style>
a { background-color: #56FCDD; }
a { background-color: rgb(86,252,221); }
div.DivClassName
{
background-color: #56FCDD;
}
.BgClassName
{
background-color: #56FCDD;
}
</style>
border-color css
<style>
span { border-color: #56FCDD; }
span { border-color: rgb(86,252,221); }
td.TdClassName
{
border-color: #56FCDD;
}
.TagClassName
{
border-color: #56FCDD;
}
</style>