Shades of Medium Turquoise #56CEC5
Tints of Medium Turquoise #56CEC5
RGB
CMYK
RGB Variations
Color information
#56CEC5 (or 0x56CEC5) is known color: Medium Turquoise. HEX triplet: 56, CE and C5. RGB value is (86,206,197). Sum of RGB (Red+Green+Blue) = 86+206+197=489 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.59% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #56CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CEC5 is #A9313A. Grayscale: #A9A9A9. Windows color (decimal): -11088187 or 12963414. OLE color: 12963414.
HSL color Cylindrical-coordinate representation of color #56CEC5: hue angle of 175.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CEC5 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 206 | 197 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.19 |
| HSL | 175.5º | 0.55% | 0.57% | - |
| HSV(B) | 175.5º | 0.58% | 0.81% | - |
| XYZ | 35.99 | 50.15 | 60.61 | - |
| YUV | 169.09 | 143.74 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 197 | 0.58 | 0 | 0.04 | 0.19 | 175.5 | 0.55 | 0.57 |
| Hex | 56 | CE | C5 | 3A | 0 | 4 | 13 | B0 | 37 | 39 |
| Octal | 126 | 316 | 305 | 72 | 0 | 4 | 23 | 260 | 67 | 71 |
| Binary | 1010110 | 11001110 | 11000101 | 111010 | 0 | 100 | 10011 | 10110000 | 110111 | 111001 |
Color Harmonies of #56CEC5
Complementary color
Monochromatic Colors of #56CEC5
Black with #56CEC5
Text Example
Text Example
White with #56CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CEC5; }
p { color: rgb(86,206,197); }
H1.HeaderClassName
{
color: #56CEC5;
}
.AnyTagClassName
{
color: #56CEC5;
}
</style>
background-color css
<style>
a { background-color: #56CEC5; }
a { background-color: rgb(86,206,197); }
div.DivClassName
{
background-color: #56CEC5;
}
.BgClassName
{
background-color: #56CEC5;
}
</style>
border-color css
<style>
span { border-color: #56CEC5; }
span { border-color: rgb(86,206,197); }
td.TdClassName
{
border-color: #56CEC5;
}
.TagClassName
{
border-color: #56CEC5;
}
</style>