Shades of Medium Turquoise #56CEC6
Tints of Medium Turquoise #56CEC6
RGB
CMYK
RGB Variations
Color information
#56CEC6 (or 0x56CEC6) is known color: Medium Turquoise. HEX triplet: 56, CE and C6. RGB value is (86,206,198). Sum of RGB (Red+Green+Blue) = 86+206+198=490 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.55% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #56CEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CEC6 is #A93139. Grayscale: #A9A9A9. Windows color (decimal): -11088186 or 13028950. OLE color: 13028950.
HSL color Cylindrical-coordinate representation of color #56CEC6: hue angle of 176º 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 #56CEC6 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 206 | 198 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.19 |
| HSL | 176º | 0.55% | 0.57% | - |
| HSV(B) | 176º | 0.58% | 0.81% | - |
| XYZ | 36.1 | 50.2 | 61.21 | - |
| YUV | 169.21 | 144.24 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 198 | 0.58 | 0 | 0.04 | 0.19 | 176 | 0.55 | 0.57 |
| Hex | 56 | CE | C6 | 3A | 0 | 4 | 13 | B0 | 37 | 39 |
| Octal | 126 | 316 | 306 | 72 | 0 | 4 | 23 | 260 | 67 | 71 |
| Binary | 1010110 | 11001110 | 11000110 | 111010 | 0 | 100 | 10011 | 10110000 | 110111 | 111001 |
Color Harmonies of #56CEC6
Complementary color
Monochromatic Colors of #56CEC6
Black with #56CEC6
Text Example
Text Example
White with #56CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CEC6; }
p { color: rgb(86,206,198); }
H1.HeaderClassName
{
color: #56CEC6;
}
.AnyTagClassName
{
color: #56CEC6;
}
</style>
background-color css
<style>
a { background-color: #56CEC6; }
a { background-color: rgb(86,206,198); }
div.DivClassName
{
background-color: #56CEC6;
}
.BgClassName
{
background-color: #56CEC6;
}
</style>
border-color css
<style>
span { border-color: #56CEC6; }
span { border-color: rgb(86,206,198); }
td.TdClassName
{
border-color: #56CEC6;
}
.TagClassName
{
border-color: #56CEC6;
}
</style>