Shades of Turquoise #56FFCD
Tints of Turquoise #56FFCD
RGB
CMYK
RGB Variations
Color information
#56FFCD (or 0x56FFCD) is known color: Turquoise. HEX triplet: 56, FF and CD. RGB value is (86,255,205). Sum of RGB (Red+Green+Blue) = 86+255+205=546 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.75% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFCD is #A90032. Grayscale: #C6C6C6. Windows color (decimal): -11075635 or 13500246. OLE color: 13500246.
HSL color Cylindrical-coordinate representation of color #56FFCD: hue angle of 162.25º 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 #56FFCD is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 205 | - |
| CMYK | 0.66 | 0 | 0.20 | 0 |
| HSL | 162.25º | 1% | 0.67% | - |
| HSV(B) | 162.25º | 0.66% | 1% | - |
| XYZ | 50.62 | 77.91 | 70.13 | - |
| YUV | 198.77 | 131.51 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 205 | 0.66 | 0 | 0.20 | 0 | 162.25 | 1 | 0.67 |
| Hex | 56 | FF | CD | 42 | 0 | 14 | 0 | A2 | 64 | 43 |
| Octal | 126 | 377 | 315 | 102 | 0 | 24 | 0 | 242 | 144 | 103 |
| Binary | 1010110 | 11111111 | 11001101 | 1000010 | 0 | 10100 | 0 | 10100010 | 1100100 | 1000011 |
Color Harmonies of #56FFCD
Complementary color
Monochromatic Colors of #56FFCD
Black with #56FFCD
Text Example
Text Example
White with #56FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFCD; }
p { color: rgb(86,255,205); }
H1.HeaderClassName
{
color: #56FFCD;
}
.AnyTagClassName
{
color: #56FFCD;
}
</style>
background-color css
<style>
a { background-color: #56FFCD; }
a { background-color: rgb(86,255,205); }
div.DivClassName
{
background-color: #56FFCD;
}
.BgClassName
{
background-color: #56FFCD;
}
</style>
border-color css
<style>
span { border-color: #56FFCD; }
span { border-color: rgb(86,255,205); }
td.TdClassName
{
border-color: #56FFCD;
}
.TagClassName
{
border-color: #56FFCD;
}
</style>