Shades of Medium Turquoise #56CED1
Tints of Medium Turquoise #56CED1
RGB
CMYK
RGB Variations
Color information
#56CED1 (or 0x56CED1) is known color: Medium Turquoise. HEX triplet: 56, CE and D1. RGB value is (86,206,209). Sum of RGB (Red+Green+Blue) = 86+206+209=501 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.17% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #56CED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CED1 is #A9312E. Grayscale: #AAAAAA. Windows color (decimal): -11088175 or 13749846. OLE color: 13749846.
HSL color Cylindrical-coordinate representation of color #56CED1: hue angle of 181.46º degrees, saturation: 0.57, 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 #56CED1 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 206 | 209 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.18 |
| HSL | 181.46º | 0.57% | 0.58% | - |
| HSV(B) | 181.46º | 0.59% | 0.82% | - |
| XYZ | 37.42 | 50.72 | 68.14 | - |
| YUV | 170.46 | 149.74 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 209 | 0.59 | 0.01 | 0 | 0.18 | 181.46 | 0.57 | 0.58 |
| Hex | 56 | CE | D1 | 3B | 1 | 0 | 12 | B5 | 39 | 3A |
| Octal | 126 | 316 | 321 | 73 | 1 | 0 | 22 | 265 | 71 | 72 |
| Binary | 1010110 | 11001110 | 11010001 | 111011 | 1 | 0 | 10010 | 10110101 | 111001 | 111010 |
Color Harmonies of #56CED1
Complementary color
Monochromatic Colors of #56CED1
Black with #56CED1
Text Example
Text Example
White with #56CED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CED1; }
p { color: rgb(86,206,209); }
H1.HeaderClassName
{
color: #56CED1;
}
.AnyTagClassName
{
color: #56CED1;
}
</style>
background-color css
<style>
a { background-color: #56CED1; }
a { background-color: rgb(86,206,209); }
div.DivClassName
{
background-color: #56CED1;
}
.BgClassName
{
background-color: #56CED1;
}
</style>
border-color css
<style>
span { border-color: #56CED1; }
span { border-color: rgb(86,206,209); }
td.TdClassName
{
border-color: #56CED1;
}
.TagClassName
{
border-color: #56CED1;
}
</style>