Shades of Medium Turquoise #56C8CA
Tints of Medium Turquoise #56C8CA
RGB
CMYK
RGB Variations
Color information
#56C8CA (or 0x56C8CA) is known color: Medium Turquoise. HEX triplet: 56, C8 and CA. RGB value is (86,200,202). Sum of RGB (Red+Green+Blue) = 86+200+202=488 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.62% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #56C8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C8CA is #A93735. Grayscale: #A6A6A6. Windows color (decimal): -11089718 or 13289558. OLE color: 13289558.
HSL color Cylindrical-coordinate representation of color #56C8CA: hue angle of 181.03º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C8CA is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 200 | 202 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.21 |
| HSL | 181.03º | 0.52% | 0.56% | - |
| HSV(B) | 181.03º | 0.57% | 0.79% | - |
| XYZ | 35.15 | 47.55 | 63.2 | - |
| YUV | 166.14 | 148.23 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 200 | 202 | 0.57 | 0.01 | 0 | 0.21 | 181.03 | 0.52 | 0.56 |
| Hex | 56 | C8 | CA | 39 | 1 | 0 | 15 | B5 | 34 | 38 |
| Octal | 126 | 310 | 312 | 71 | 1 | 0 | 25 | 265 | 64 | 70 |
| Binary | 1010110 | 11001000 | 11001010 | 111001 | 1 | 0 | 10101 | 10110101 | 110100 | 111000 |
Color Harmonies of #56C8CA
Complementary color
Monochromatic Colors of #56C8CA
Black with #56C8CA
Text Example
Text Example
White with #56C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C8CA; }
p { color: rgb(86,200,202); }
H1.HeaderClassName
{
color: #56C8CA;
}
.AnyTagClassName
{
color: #56C8CA;
}
</style>
background-color css
<style>
a { background-color: #56C8CA; }
a { background-color: rgb(86,200,202); }
div.DivClassName
{
background-color: #56C8CA;
}
.BgClassName
{
background-color: #56C8CA;
}
</style>
border-color css
<style>
span { border-color: #56C8CA; }
span { border-color: rgb(86,200,202); }
td.TdClassName
{
border-color: #56C8CA;
}
.TagClassName
{
border-color: #56C8CA;
}
</style>