Shades of Medium Turquoise #56C3CB
Tints of Medium Turquoise #56C3CB
RGB
CMYK
RGB Variations
Color information
#56C3CB (or 0x56C3CB) is known color: Medium Turquoise. HEX triplet: 56, C3 and CB. RGB value is (86,195,203). Sum of RGB (Red+Green+Blue) = 86+195+203=484 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.77% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #56C3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C3CB is #A93C34. Grayscale: #A3A3A3. Windows color (decimal): -11090997 or 13353814. OLE color: 13353814.
HSL color Cylindrical-coordinate representation of color #56C3CB: hue angle of 184.1º degrees, saturation: 0.53, 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 #56C3CB is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 195 | 203 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.20 |
| HSL | 184.1º | 0.53% | 0.57% | - |
| HSV(B) | 184.1º | 0.58% | 0.8% | - |
| XYZ | 34.13 | 45.32 | 63.45 | - |
| YUV | 163.32 | 150.39 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 195 | 203 | 0.58 | 0.04 | 0 | 0.20 | 184.1 | 0.53 | 0.57 |
| Hex | 56 | C3 | CB | 3A | 4 | 0 | 14 | B8 | 35 | 39 |
| Octal | 126 | 303 | 313 | 72 | 4 | 0 | 24 | 270 | 65 | 71 |
| Binary | 1010110 | 11000011 | 11001011 | 111010 | 100 | 0 | 10100 | 10111000 | 110101 | 111001 |
Color Harmonies of #56C3CB
Complementary color
Monochromatic Colors of #56C3CB
Black with #56C3CB
Text Example
Text Example
White with #56C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C3CB; }
p { color: rgb(86,195,203); }
H1.HeaderClassName
{
color: #56C3CB;
}
.AnyTagClassName
{
color: #56C3CB;
}
</style>
background-color css
<style>
a { background-color: #56C3CB; }
a { background-color: rgb(86,195,203); }
div.DivClassName
{
background-color: #56C3CB;
}
.BgClassName
{
background-color: #56C3CB;
}
</style>
border-color css
<style>
span { border-color: #56C3CB; }
span { border-color: rgb(86,195,203); }
td.TdClassName
{
border-color: #56C3CB;
}
.TagClassName
{
border-color: #56C3CB;
}
</style>