Shades of Medium Turquoise #56CDC5
Tints of Medium Turquoise #56CDC5
RGB
CMYK
RGB Variations
Color information
#56CDC5 (or 0x56CDC5) is known color: Medium Turquoise. HEX triplet: 56, CD and C5. RGB value is (86,205,197). Sum of RGB (Red+Green+Blue) = 86+205+197=488 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.62% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDC5 is #A9323A. Grayscale: #A8A8A8. Windows color (decimal): -11088443 or 12963158. OLE color: 12963158.
HSL color Cylindrical-coordinate representation of color #56CDC5: hue angle of 175.97º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CDC5 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 205 | 197 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.20 |
| HSL | 175.97º | 0.54% | 0.57% | - |
| HSV(B) | 175.97º | 0.58% | 0.8% | - |
| XYZ | 35.75 | 49.67 | 60.53 | - |
| YUV | 168.51 | 144.08 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 205 | 197 | 0.58 | 0 | 0.04 | 0.20 | 175.97 | 0.54 | 0.57 |
| Hex | 56 | CD | C5 | 3A | 0 | 4 | 14 | B0 | 36 | 39 |
| Octal | 126 | 315 | 305 | 72 | 0 | 4 | 24 | 260 | 66 | 71 |
| Binary | 1010110 | 11001101 | 11000101 | 111010 | 0 | 100 | 10100 | 10110000 | 110110 | 111001 |
Color Harmonies of #56CDC5
Complementary color
Monochromatic Colors of #56CDC5
Black with #56CDC5
Text Example
Text Example
White with #56CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CDC5; }
p { color: rgb(86,205,197); }
H1.HeaderClassName
{
color: #56CDC5;
}
.AnyTagClassName
{
color: #56CDC5;
}
</style>
background-color css
<style>
a { background-color: #56CDC5; }
a { background-color: rgb(86,205,197); }
div.DivClassName
{
background-color: #56CDC5;
}
.BgClassName
{
background-color: #56CDC5;
}
</style>
border-color css
<style>
span { border-color: #56CDC5; }
span { border-color: rgb(86,205,197); }
td.TdClassName
{
border-color: #56CDC5;
}
.TagClassName
{
border-color: #56CDC5;
}
</style>