Shades of Medium Turquoise #56D5CC
Tints of Medium Turquoise #56D5CC
RGB
CMYK
RGB Variations
Color information
#56D5CC (or 0x56D5CC) is known color: Medium Turquoise. HEX triplet: 56, D5 and CC. RGB value is (86,213,204). Sum of RGB (Red+Green+Blue) = 86+213+204=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #56D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D5CC is #A92A33. Grayscale: #ADADAD. Windows color (decimal): -11086388 or 13423958. OLE color: 13423958.
HSL color Cylindrical-coordinate representation of color #56D5CC: hue angle of 175.75º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D5CC is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 213 | 204 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.16 |
| HSL | 175.75º | 0.6% | 0.59% | - |
| HSV(B) | 175.75º | 0.6% | 0.84% | - |
| XYZ | 38.53 | 53.93 | 65.5 | - |
| YUV | 174 | 144.92 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 213 | 204 | 0.60 | 0 | 0.04 | 0.16 | 175.75 | 0.6 | 0.59 |
| Hex | 56 | D5 | CC | 3C | 0 | 4 | 10 | B0 | 3C | 3B |
| Octal | 126 | 325 | 314 | 74 | 0 | 4 | 20 | 260 | 74 | 73 |
| Binary | 1010110 | 11010101 | 11001100 | 111100 | 0 | 100 | 10000 | 10110000 | 111100 | 111011 |
Color Harmonies of #56D5CC
Complementary color
Monochromatic Colors of #56D5CC
Black with #56D5CC
Text Example
Text Example
White with #56D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D5CC; }
p { color: rgb(86,213,204); }
H1.HeaderClassName
{
color: #56D5CC;
}
.AnyTagClassName
{
color: #56D5CC;
}
</style>
background-color css
<style>
a { background-color: #56D5CC; }
a { background-color: rgb(86,213,204); }
div.DivClassName
{
background-color: #56D5CC;
}
.BgClassName
{
background-color: #56D5CC;
}
</style>
border-color css
<style>
span { border-color: #56D5CC; }
span { border-color: rgb(86,213,204); }
td.TdClassName
{
border-color: #56D5CC;
}
.TagClassName
{
border-color: #56D5CC;
}
</style>