Shades of Medium Turquoise #56C1C2
Tints of Medium Turquoise #56C1C2
RGB
CMYK
RGB Variations
Color information
#56C1C2 (or 0x56C1C2) is known color: Medium Turquoise. HEX triplet: 56, C1 and C2. RGB value is (86,193,194). Sum of RGB (Red+Green+Blue) = 86+193+194=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #56C1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C1C2 is #A93E3D. Grayscale: #A1A1A1. Windows color (decimal): -11091518 or 12763478. OLE color: 12763478.
HSL color Cylindrical-coordinate representation of color #56C1C2: hue angle of 180.56º 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 #56C1C2 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 193 | 194 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.24 |
| HSL | 180.56º | 0.47% | 0.55% | - |
| HSV(B) | 180.56º | 0.56% | 0.76% | - |
| XYZ | 32.65 | 44.01 | 57.81 | - |
| YUV | 161.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 193 | 194 | 0.56 | 0.01 | 0 | 0.24 | 180.56 | 0.47 | 0.55 |
| Hex | 56 | C1 | C2 | 38 | 1 | 0 | 18 | B5 | 2F | 37 |
| Octal | 126 | 301 | 302 | 70 | 1 | 0 | 30 | 265 | 57 | 67 |
| Binary | 1010110 | 11000001 | 11000010 | 111000 | 1 | 0 | 11000 | 10110101 | 101111 | 110111 |
Color Harmonies of #56C1C2
Complementary color
Monochromatic Colors of #56C1C2
Black with #56C1C2
Text Example
Text Example
White with #56C1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C1C2; }
p { color: rgb(86,193,194); }
H1.HeaderClassName
{
color: #56C1C2;
}
.AnyTagClassName
{
color: #56C1C2;
}
</style>
background-color css
<style>
a { background-color: #56C1C2; }
a { background-color: rgb(86,193,194); }
div.DivClassName
{
background-color: #56C1C2;
}
.BgClassName
{
background-color: #56C1C2;
}
</style>
border-color css
<style>
span { border-color: #56C1C2; }
span { border-color: rgb(86,193,194); }
td.TdClassName
{
border-color: #56C1C2;
}
.TagClassName
{
border-color: #56C1C2;
}
</style>