Shades of Medium Turquoise #56CAD2
Tints of Medium Turquoise #56CAD2
RGB
CMYK
RGB Variations
Color information
#56CAD2 (or 0x56CAD2) is known color: Medium Turquoise. HEX triplet: 56, CA and D2. RGB value is (86,202,210). Sum of RGB (Red+Green+Blue) = 86+202+210=498 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.27% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #56CAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CAD2 is #A9352D. Grayscale: #A8A8A8. Windows color (decimal): -11089198 or 13814358. OLE color: 13814358.
HSL color Cylindrical-coordinate representation of color #56CAD2: hue angle of 183.87º degrees, saturation: 0.58, 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 #56CAD2 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 202 | 210 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.18 |
| HSL | 183.87º | 0.58% | 0.58% | - |
| HSV(B) | 183.87º | 0.59% | 0.82% | - |
| XYZ | 36.59 | 48.87 | 68.48 | - |
| YUV | 168.23 | 151.57 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 202 | 210 | 0.59 | 0.04 | 0 | 0.18 | 183.87 | 0.58 | 0.58 |
| Hex | 56 | CA | D2 | 3B | 4 | 0 | 12 | B8 | 3A | 3A |
| Octal | 126 | 312 | 322 | 73 | 4 | 0 | 22 | 270 | 72 | 72 |
| Binary | 1010110 | 11001010 | 11010010 | 111011 | 100 | 0 | 10010 | 10111000 | 111010 | 111010 |
Color Harmonies of #56CAD2
Complementary color
Monochromatic Colors of #56CAD2
Black with #56CAD2
Text Example
Text Example
White with #56CAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CAD2; }
p { color: rgb(86,202,210); }
H1.HeaderClassName
{
color: #56CAD2;
}
.AnyTagClassName
{
color: #56CAD2;
}
</style>
background-color css
<style>
a { background-color: #56CAD2; }
a { background-color: rgb(86,202,210); }
div.DivClassName
{
background-color: #56CAD2;
}
.BgClassName
{
background-color: #56CAD2;
}
</style>
border-color css
<style>
span { border-color: #56CAD2; }
span { border-color: rgb(86,202,210); }
td.TdClassName
{
border-color: #56CAD2;
}
.TagClassName
{
border-color: #56CAD2;
}
</style>