Shades of Turquoise #56FFD5
Tints of Turquoise #56FFD5
RGB
CMYK
RGB Variations
Color information
#56FFD5 (or 0x56FFD5) is known color: Turquoise. HEX triplet: 56, FF and D5. RGB value is (86,255,213). Sum of RGB (Red+Green+Blue) = 86+255+213=554 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.52% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFD5 is #A9002A. Grayscale: #C7C7C7. Windows color (decimal): -11075627 or 14024534. OLE color: 14024534.
HSL color Cylindrical-coordinate representation of color #56FFD5: hue angle of 165.09º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FFD5 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 213 | - |
| CMYK | 0.66 | 0 | 0.16 | 0 |
| HSL | 165.09º | 1% | 0.67% | - |
| HSV(B) | 165.09º | 0.66% | 1% | - |
| XYZ | 51.61 | 78.3 | 75.34 | - |
| YUV | 199.68 | 135.51 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 213 | 0.66 | 0 | 0.16 | 0 | 165.09 | 1 | 0.67 |
| Hex | 56 | FF | D5 | 42 | 0 | 10 | 0 | A5 | 64 | 43 |
| Octal | 126 | 377 | 325 | 102 | 0 | 20 | 0 | 245 | 144 | 103 |
| Binary | 1010110 | 11111111 | 11010101 | 1000010 | 0 | 10000 | 0 | 10100101 | 1100100 | 1000011 |
Color Harmonies of #56FFD5
Complementary color
Monochromatic Colors of #56FFD5
Black with #56FFD5
Text Example
Text Example
White with #56FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFD5; }
p { color: rgb(86,255,213); }
H1.HeaderClassName
{
color: #56FFD5;
}
.AnyTagClassName
{
color: #56FFD5;
}
</style>
background-color css
<style>
a { background-color: #56FFD5; }
a { background-color: rgb(86,255,213); }
div.DivClassName
{
background-color: #56FFD5;
}
.BgClassName
{
background-color: #56FFD5;
}
</style>
border-color css
<style>
span { border-color: #56FFD5; }
span { border-color: rgb(86,255,213); }
td.TdClassName
{
border-color: #56FFD5;
}
.TagClassName
{
border-color: #56FFD5;
}
</style>