Shades of Medium Turquoise #56CCD5
Tints of Medium Turquoise #56CCD5
RGB
CMYK
RGB Variations
Color information
#56CCD5 (or 0x56CCD5) is known color: Medium Turquoise. HEX triplet: 56, CC and D5. RGB value is (86,204,213). Sum of RGB (Red+Green+Blue) = 86+204+213=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #56CCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CCD5 is #A9332A. Grayscale: #A9A9A9. Windows color (decimal): -11088683 or 14011478. OLE color: 14011478.
HSL color Cylindrical-coordinate representation of color #56CCD5: hue angle of 184.25º 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 #56CCD5 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 204 | 213 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.16 |
| HSL | 184.25º | 0.6% | 0.59% | - |
| HSV(B) | 184.25º | 0.6% | 0.84% | - |
| XYZ | 37.44 | 49.97 | 70.62 | - |
| YUV | 169.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 204 | 213 | 0.60 | 0.04 | 0 | 0.16 | 184.25 | 0.6 | 0.59 |
| Hex | 56 | CC | D5 | 3C | 4 | 0 | 10 | B8 | 3C | 3B |
| Octal | 126 | 314 | 325 | 74 | 4 | 0 | 20 | 270 | 74 | 73 |
| Binary | 1010110 | 11001100 | 11010101 | 111100 | 100 | 0 | 10000 | 10111000 | 111100 | 111011 |
Color Harmonies of #56CCD5
Complementary color
Monochromatic Colors of #56CCD5
Black with #56CCD5
Text Example
Text Example
White with #56CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CCD5; }
p { color: rgb(86,204,213); }
H1.HeaderClassName
{
color: #56CCD5;
}
.AnyTagClassName
{
color: #56CCD5;
}
</style>
background-color css
<style>
a { background-color: #56CCD5; }
a { background-color: rgb(86,204,213); }
div.DivClassName
{
background-color: #56CCD5;
}
.BgClassName
{
background-color: #56CCD5;
}
</style>
border-color css
<style>
span { border-color: #56CCD5; }
span { border-color: rgb(86,204,213); }
td.TdClassName
{
border-color: #56CCD5;
}
.TagClassName
{
border-color: #56CCD5;
}
</style>