Shades of Medium Turquoise #56CEC1
Tints of Medium Turquoise #56CEC1
RGB
CMYK
RGB Variations
Color information
#56CEC1 (or 0x56CEC1) is known color: Medium Turquoise. HEX triplet: 56, CE and C1. RGB value is (86,206,193). Sum of RGB (Red+Green+Blue) = 86+206+193=485 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.73% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #56CEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CEC1 is #A9313E. Grayscale: #A8A8A8. Windows color (decimal): -11088191 or 12701270. OLE color: 12701270.
HSL color Cylindrical-coordinate representation of color #56CEC1: hue angle of 173.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 #56CEC1 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 206 | 193 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.19 |
| HSL | 173.5º | 0.55% | 0.57% | - |
| HSV(B) | 173.5º | 0.58% | 0.81% | - |
| XYZ | 35.53 | 49.97 | 58.22 | - |
| YUV | 168.64 | 141.74 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 193 | 0.58 | 0 | 0.06 | 0.19 | 173.5 | 0.55 | 0.57 |
| Hex | 56 | CE | C1 | 3A | 0 | 6 | 13 | AE | 37 | 39 |
| Octal | 126 | 316 | 301 | 72 | 0 | 6 | 23 | 256 | 67 | 71 |
| Binary | 1010110 | 11001110 | 11000001 | 111010 | 0 | 110 | 10011 | 10101110 | 110111 | 111001 |
Color Harmonies of #56CEC1
Complementary color
Monochromatic Colors of #56CEC1
Black with #56CEC1
Text Example
Text Example
White with #56CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CEC1; }
p { color: rgb(86,206,193); }
H1.HeaderClassName
{
color: #56CEC1;
}
.AnyTagClassName
{
color: #56CEC1;
}
</style>
background-color css
<style>
a { background-color: #56CEC1; }
a { background-color: rgb(86,206,193); }
div.DivClassName
{
background-color: #56CEC1;
}
.BgClassName
{
background-color: #56CEC1;
}
</style>
border-color css
<style>
span { border-color: #56CEC1; }
span { border-color: rgb(86,206,193); }
td.TdClassName
{
border-color: #56CEC1;
}
.TagClassName
{
border-color: #56CEC1;
}
</style>