Shades of Medium Turquoise #56CADA
Tints of Medium Turquoise #56CADA
RGB
CMYK
RGB Variations
Color information
#56CADA (or 0x56CADA) is known color: Medium Turquoise. HEX triplet: 56, CA and DA. RGB value is (86,202,218). Sum of RGB (Red+Green+Blue) = 86+202+218=506 (67% of max value = 765). Red value is 86 (33.98% from 255 or 17.00% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #56CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CADA is #A93525. Grayscale: #A8A8A8. Windows color (decimal): -11089190 or 14338646. OLE color: 14338646.
HSL color Cylindrical-coordinate representation of color #56CADA: hue angle of 187.27º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56CADA is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 202 | 218 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.15 |
| HSL | 187.27º | 0.64% | 0.6% | - |
| HSV(B) | 187.27º | 0.61% | 0.85% | - |
| XYZ | 37.61 | 49.28 | 73.86 | - |
| YUV | 169.14 | 155.57 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 202 | 218 | 0.61 | 0.07 | 0 | 0.15 | 187.27 | 0.64 | 0.6 |
| Hex | 56 | CA | DA | 3D | 7 | 0 | F | BB | 40 | 3C |
| Octal | 126 | 312 | 332 | 75 | 7 | 0 | 17 | 273 | 100 | 74 |
| Binary | 1010110 | 11001010 | 11011010 | 111101 | 111 | 0 | 1111 | 10111011 | 1000000 | 111100 |
Color Harmonies of #56CADA
Complementary color
Monochromatic Colors of #56CADA
Black with #56CADA
Text Example
Text Example
White with #56CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CADA; }
p { color: rgb(86,202,218); }
H1.HeaderClassName
{
color: #56CADA;
}
.AnyTagClassName
{
color: #56CADA;
}
</style>
background-color css
<style>
a { background-color: #56CADA; }
a { background-color: rgb(86,202,218); }
div.DivClassName
{
background-color: #56CADA;
}
.BgClassName
{
background-color: #56CADA;
}
</style>
border-color css
<style>
span { border-color: #56CADA; }
span { border-color: rgb(86,202,218); }
td.TdClassName
{
border-color: #56CADA;
}
.TagClassName
{
border-color: #56CADA;
}
</style>