Shades of Turquoise #56FFD4
Tints of Turquoise #56FFD4
RGB
CMYK
RGB Variations
Color information
#56FFD4 (or 0x56FFD4) is known color: Turquoise. HEX triplet: 56, FF and D4. RGB value is (86,255,212). Sum of RGB (Red+Green+Blue) = 86+255+212=553 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.55% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFD4 is #A9002B. Grayscale: #C7C7C7. Windows color (decimal): -11075628 or 13958998. OLE color: 13958998.
HSL color Cylindrical-coordinate representation of color #56FFD4: hue angle of 164.73º 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 #56FFD4 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 212 | - |
| CMYK | 0.66 | 0 | 0.17 | 0 |
| HSL | 164.73º | 1% | 0.67% | - |
| HSV(B) | 164.73º | 0.66% | 1% | - |
| XYZ | 51.48 | 78.25 | 74.68 | - |
| YUV | 199.57 | 135.01 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 212 | 0.66 | 0 | 0.17 | 0 | 164.73 | 1 | 0.67 |
| Hex | 56 | FF | D4 | 42 | 0 | 11 | 0 | A5 | 64 | 43 |
| Octal | 126 | 377 | 324 | 102 | 0 | 21 | 0 | 245 | 144 | 103 |
| Binary | 1010110 | 11111111 | 11010100 | 1000010 | 0 | 10001 | 0 | 10100101 | 1100100 | 1000011 |
Color Harmonies of #56FFD4
Complementary color
Monochromatic Colors of #56FFD4
Black with #56FFD4
Text Example
Text Example
White with #56FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFD4; }
p { color: rgb(86,255,212); }
H1.HeaderClassName
{
color: #56FFD4;
}
.AnyTagClassName
{
color: #56FFD4;
}
</style>
background-color css
<style>
a { background-color: #56FFD4; }
a { background-color: rgb(86,255,212); }
div.DivClassName
{
background-color: #56FFD4;
}
.BgClassName
{
background-color: #56FFD4;
}
</style>
border-color css
<style>
span { border-color: #56FFD4; }
span { border-color: rgb(86,255,212); }
td.TdClassName
{
border-color: #56FFD4;
}
.TagClassName
{
border-color: #56FFD4;
}
</style>