Shades of Medium Turquoise #56CDDD
Tints of Medium Turquoise #56CDDD
RGB
CMYK
RGB Variations
Color information
#56CDDD (or 0x56CDDD) is known color: Medium Turquoise. HEX triplet: 56, CD and DD. RGB value is (86,205,221). Sum of RGB (Red+Green+Blue) = 86+205+221=512 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.80% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #56CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDDD is #A93222. Grayscale: #ABABAB. Windows color (decimal): -11088419 or 14536022. OLE color: 14536022.
HSL color Cylindrical-coordinate representation of color #56CDDD: hue angle of 187.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56CDDD is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 205 | 221 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.13 |
| HSL | 187.11º | 0.67% | 0.6% | - |
| HSV(B) | 187.11º | 0.61% | 0.87% | - |
| XYZ | 38.72 | 50.86 | 76.18 | - |
| YUV | 171.24 | 156.08 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 205 | 221 | 0.61 | 0.07 | 0 | 0.13 | 187.11 | 0.67 | 0.6 |
| Hex | 56 | CD | DD | 3D | 7 | 0 | D | BB | 43 | 3C |
| Octal | 126 | 315 | 335 | 75 | 7 | 0 | 15 | 273 | 103 | 74 |
| Binary | 1010110 | 11001101 | 11011101 | 111101 | 111 | 0 | 1101 | 10111011 | 1000011 | 111100 |
Color Harmonies of #56CDDD
Complementary color
Monochromatic Colors of #56CDDD
Black with #56CDDD
Text Example
Text Example
White with #56CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CDDD; }
p { color: rgb(86,205,221); }
H1.HeaderClassName
{
color: #56CDDD;
}
.AnyTagClassName
{
color: #56CDDD;
}
</style>
background-color css
<style>
a { background-color: #56CDDD; }
a { background-color: rgb(86,205,221); }
div.DivClassName
{
background-color: #56CDDD;
}
.BgClassName
{
background-color: #56CDDD;
}
</style>
border-color css
<style>
span { border-color: #56CDDD; }
span { border-color: rgb(86,205,221); }
td.TdClassName
{
border-color: #56CDDD;
}
.TagClassName
{
border-color: #56CDDD;
}
</style>