Shades of Medium Turquoise #56CADB
Tints of Medium Turquoise #56CADB
RGB
CMYK
RGB Variations
Color information
#56CADB (or 0x56CADB) is known color: Medium Turquoise. HEX triplet: 56, CA and DB. RGB value is (86,202,219). Sum of RGB (Red+Green+Blue) = 86+202+219=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #56CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CADB is #A93524. Grayscale: #A9A9A9. Windows color (decimal): -11089189 or 14404182. OLE color: 14404182.
HSL color Cylindrical-coordinate representation of color #56CADB: hue angle of 187.67º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56CADB is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 202 | 219 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.14 |
| HSL | 187.67º | 0.65% | 0.6% | - |
| HSV(B) | 187.67º | 0.61% | 0.86% | - |
| XYZ | 37.74 | 49.33 | 74.55 | - |
| YUV | 169.25 | 156.07 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 202 | 219 | 0.61 | 0.08 | 0 | 0.14 | 187.67 | 0.65 | 0.6 |
| Hex | 56 | CA | DB | 3D | 8 | 0 | E | BC | 41 | 3C |
| Octal | 126 | 312 | 333 | 75 | 10 | 0 | 16 | 274 | 101 | 74 |
| Binary | 1010110 | 11001010 | 11011011 | 111101 | 1000 | 0 | 1110 | 10111100 | 1000001 | 111100 |
Color Harmonies of #56CADB
Complementary color
Monochromatic Colors of #56CADB
Black with #56CADB
Text Example
Text Example
White with #56CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CADB; }
p { color: rgb(86,202,219); }
H1.HeaderClassName
{
color: #56CADB;
}
.AnyTagClassName
{
color: #56CADB;
}
</style>
background-color css
<style>
a { background-color: #56CADB; }
a { background-color: rgb(86,202,219); }
div.DivClassName
{
background-color: #56CADB;
}
.BgClassName
{
background-color: #56CADB;
}
</style>
border-color css
<style>
span { border-color: #56CADB; }
span { border-color: rgb(86,202,219); }
td.TdClassName
{
border-color: #56CADB;
}
.TagClassName
{
border-color: #56CADB;
}
</style>