Shades of Medium Turquoise #56C2BC
Tints of Medium Turquoise #56C2BC
RGB
CMYK
RGB Variations
Color information
#56C2BC (or 0x56C2BC) is known color: Medium Turquoise. HEX triplet: 56, C2 and BC. RGB value is (86,194,188). Sum of RGB (Red+Green+Blue) = 86+194+188=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #56C2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C2BC is #A93D43. Grayscale: #A0A0A0. Windows color (decimal): -11091268 or 12370518. OLE color: 12370518.
HSL color Cylindrical-coordinate representation of color #56C2BC: hue angle of 176.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C2BC is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 194 | 188 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.24 |
| HSL | 176.67º | 0.47% | 0.55% | - |
| HSV(B) | 176.67º | 0.56% | 0.76% | - |
| XYZ | 32.21 | 44.19 | 54.41 | - |
| YUV | 161.02 | 143.22 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 188 | 0.56 | 0 | 0.03 | 0.24 | 176.67 | 0.47 | 0.55 |
| Hex | 56 | C2 | BC | 38 | 0 | 3 | 18 | B1 | 2F | 37 |
| Octal | 126 | 302 | 274 | 70 | 0 | 3 | 30 | 261 | 57 | 67 |
| Binary | 1010110 | 11000010 | 10111100 | 111000 | 0 | 11 | 11000 | 10110001 | 101111 | 110111 |
Color Harmonies of #56C2BC
Complementary color
Monochromatic Colors of #56C2BC
Black with #56C2BC
Text Example
Text Example
White with #56C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C2BC; }
p { color: rgb(86,194,188); }
H1.HeaderClassName
{
color: #56C2BC;
}
.AnyTagClassName
{
color: #56C2BC;
}
</style>
background-color css
<style>
a { background-color: #56C2BC; }
a { background-color: rgb(86,194,188); }
div.DivClassName
{
background-color: #56C2BC;
}
.BgClassName
{
background-color: #56C2BC;
}
</style>
border-color css
<style>
span { border-color: #56C2BC; }
span { border-color: rgb(86,194,188); }
td.TdClassName
{
border-color: #56C2BC;
}
.TagClassName
{
border-color: #56C2BC;
}
</style>