Shades of Medium Turquoise #56D0CC
Tints of Medium Turquoise #56D0CC
RGB
CMYK
RGB Variations
Color information
#56D0CC (or 0x56D0CC) is known color: Medium Turquoise. HEX triplet: 56, D0 and CC. RGB value is (86,208,204). Sum of RGB (Red+Green+Blue) = 86+208+204=498 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.27% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #56D0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D0CC is #A92F33. Grayscale: #AAAAAA. Windows color (decimal): -11087668 or 13422678. OLE color: 13422678.
HSL color Cylindrical-coordinate representation of color #56D0CC: hue angle of 178.03º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D0CC is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 208 | 204 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.18 |
| HSL | 178.03º | 0.56% | 0.58% | - |
| HSV(B) | 178.03º | 0.59% | 0.82% | - |
| XYZ | 37.29 | 51.45 | 65.09 | - |
| YUV | 171.07 | 146.58 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 208 | 204 | 0.59 | 0 | 0.02 | 0.18 | 178.03 | 0.56 | 0.58 |
| Hex | 56 | D0 | CC | 3B | 0 | 2 | 12 | B2 | 38 | 3A |
| Octal | 126 | 320 | 314 | 73 | 0 | 2 | 22 | 262 | 70 | 72 |
| Binary | 1010110 | 11010000 | 11001100 | 111011 | 0 | 10 | 10010 | 10110010 | 111000 | 111010 |
Color Harmonies of #56D0CC
Complementary color
Monochromatic Colors of #56D0CC
Black with #56D0CC
Text Example
Text Example
White with #56D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D0CC; }
p { color: rgb(86,208,204); }
H1.HeaderClassName
{
color: #56D0CC;
}
.AnyTagClassName
{
color: #56D0CC;
}
</style>
background-color css
<style>
a { background-color: #56D0CC; }
a { background-color: rgb(86,208,204); }
div.DivClassName
{
background-color: #56D0CC;
}
.BgClassName
{
background-color: #56D0CC;
}
</style>
border-color css
<style>
span { border-color: #56D0CC; }
span { border-color: rgb(86,208,204); }
td.TdClassName
{
border-color: #56D0CC;
}
.TagClassName
{
border-color: #56D0CC;
}
</style>