Shades of Medium Turquoise #56CDC7
Tints of Medium Turquoise #56CDC7
RGB
CMYK
RGB Variations
Color information
#56CDC7 (or 0x56CDC7) is known color: Medium Turquoise. HEX triplet: 56, CD and C7. RGB value is (86,205,199). Sum of RGB (Red+Green+Blue) = 86+205+199=490 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.55% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDC7 is #A93238. Grayscale: #A8A8A8. Windows color (decimal): -11088441 or 13094230. OLE color: 13094230.
HSL color Cylindrical-coordinate representation of color #56CDC7: hue angle of 176.97º 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 #56CDC7 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 205 | 199 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.20 |
| HSL | 176.97º | 0.54% | 0.57% | - |
| HSV(B) | 176.97º | 0.58% | 0.8% | - |
| XYZ | 35.98 | 49.76 | 61.74 | - |
| YUV | 168.74 | 145.08 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 205 | 199 | 0.58 | 0 | 0.03 | 0.20 | 176.97 | 0.54 | 0.57 |
| Hex | 56 | CD | C7 | 3A | 0 | 3 | 14 | B1 | 36 | 39 |
| Octal | 126 | 315 | 307 | 72 | 0 | 3 | 24 | 261 | 66 | 71 |
| Binary | 1010110 | 11001101 | 11000111 | 111010 | 0 | 11 | 10100 | 10110001 | 110110 | 111001 |
Color Harmonies of #56CDC7
Complementary color
Monochromatic Colors of #56CDC7
Black with #56CDC7
Text Example
Text Example
White with #56CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CDC7; }
p { color: rgb(86,205,199); }
H1.HeaderClassName
{
color: #56CDC7;
}
.AnyTagClassName
{
color: #56CDC7;
}
</style>
background-color css
<style>
a { background-color: #56CDC7; }
a { background-color: rgb(86,205,199); }
div.DivClassName
{
background-color: #56CDC7;
}
.BgClassName
{
background-color: #56CDC7;
}
</style>
border-color css
<style>
span { border-color: #56CDC7; }
span { border-color: rgb(86,205,199); }
td.TdClassName
{
border-color: #56CDC7;
}
.TagClassName
{
border-color: #56CDC7;
}
</style>