Shades of Medium Turquoise #56CABB
Tints of Medium Turquoise #56CABB
RGB
CMYK
RGB Variations
Color information
#56CABB (or 0x56CABB) is known color: Medium Turquoise. HEX triplet: 56, CA and BB. RGB value is (86,202,187). Sum of RGB (Red+Green+Blue) = 86+202+187=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #56CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CABB is #A93544. Grayscale: #A5A5A5. Windows color (decimal): -11089221 or 12307030. OLE color: 12307030.
HSL color Cylindrical-coordinate representation of color #56CABB: hue angle of 172.24º 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 #56CABB is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 202 | 187 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.21 |
| HSL | 172.24º | 0.52% | 0.56% | - |
| HSV(B) | 172.24º | 0.57% | 0.79% | - |
| XYZ | 33.93 | 47.81 | 54.45 | - |
| YUV | 165.61 | 140.07 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 202 | 187 | 0.57 | 0 | 0.07 | 0.21 | 172.24 | 0.52 | 0.56 |
| Hex | 56 | CA | BB | 39 | 0 | 7 | 15 | AC | 34 | 38 |
| Octal | 126 | 312 | 273 | 71 | 0 | 7 | 25 | 254 | 64 | 70 |
| Binary | 1010110 | 11001010 | 10111011 | 111001 | 0 | 111 | 10101 | 10101100 | 110100 | 111000 |
Color Harmonies of #56CABB
Complementary color
Monochromatic Colors of #56CABB
Black with #56CABB
Text Example
Text Example
White with #56CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CABB; }
p { color: rgb(86,202,187); }
H1.HeaderClassName
{
color: #56CABB;
}
.AnyTagClassName
{
color: #56CABB;
}
</style>
background-color css
<style>
a { background-color: #56CABB; }
a { background-color: rgb(86,202,187); }
div.DivClassName
{
background-color: #56CABB;
}
.BgClassName
{
background-color: #56CABB;
}
</style>
border-color css
<style>
span { border-color: #56CABB; }
span { border-color: rgb(86,202,187); }
td.TdClassName
{
border-color: #56CABB;
}
.TagClassName
{
border-color: #56CABB;
}
</style>