Shades of Medium Turquoise #56C3CC
Tints of Medium Turquoise #56C3CC
RGB
CMYK
RGB Variations
Color information
#56C3CC (or 0x56C3CC) is known color: Medium Turquoise. HEX triplet: 56, C3 and CC. RGB value is (86,195,204). Sum of RGB (Red+Green+Blue) = 86+195+204=485 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.73% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #56C3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C3CC is #A93C33. Grayscale: #A3A3A3. Windows color (decimal): -11090996 or 13419350. OLE color: 13419350.
HSL color Cylindrical-coordinate representation of color #56C3CC: hue angle of 184.58º degrees, saturation: 0.54, 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 #56C3CC is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 195 | 204 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.2 |
| HSL | 184.58º | 0.54% | 0.57% | - |
| HSV(B) | 184.58º | 0.58% | 0.8% | - |
| XYZ | 34.25 | 45.37 | 64.08 | - |
| YUV | 163.44 | 150.89 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 195 | 204 | 0.58 | 0.04 | 0 | 0.2 | 184.58 | 0.54 | 0.57 |
| Hex | 56 | C3 | CC | 3A | 4 | 0 | 14 | B9 | 36 | 39 |
| Octal | 126 | 303 | 314 | 72 | 4 | 0 | 24 | 271 | 66 | 71 |
| Binary | 1010110 | 11000011 | 11001100 | 111010 | 100 | 0 | 10100 | 10111001 | 110110 | 111001 |
Color Harmonies of #56C3CC
Complementary color
Monochromatic Colors of #56C3CC
Black with #56C3CC
Text Example
Text Example
White with #56C3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C3CC; }
p { color: rgb(86,195,204); }
H1.HeaderClassName
{
color: #56C3CC;
}
.AnyTagClassName
{
color: #56C3CC;
}
</style>
background-color css
<style>
a { background-color: #56C3CC; }
a { background-color: rgb(86,195,204); }
div.DivClassName
{
background-color: #56C3CC;
}
.BgClassName
{
background-color: #56C3CC;
}
</style>
border-color css
<style>
span { border-color: #56C3CC; }
span { border-color: rgb(86,195,204); }
td.TdClassName
{
border-color: #56C3CC;
}
.TagClassName
{
border-color: #56C3CC;
}
</style>