Shades of Medium Turquoise #56C9DD
Tints of Medium Turquoise #56C9DD
RGB
CMYK
RGB Variations
Color information
#56C9DD (or 0x56C9DD) is known color: Medium Turquoise. HEX triplet: 56, C9 and DD. RGB value is (86,201,221). Sum of RGB (Red+Green+Blue) = 86+201+221=508 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.93% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #56C9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C9DD is #A93622. Grayscale: #A8A8A8. Windows color (decimal): -11089443 or 14534998. OLE color: 14534998.
HSL color Cylindrical-coordinate representation of color #56C9DD: hue angle of 188.89º 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 #56C9DD is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 201 | 221 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.13 |
| HSL | 188.89º | 0.67% | 0.6% | - |
| HSV(B) | 188.89º | 0.61% | 0.87% | - |
| XYZ | 37.78 | 48.97 | 75.87 | - |
| YUV | 168.9 | 157.4 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 201 | 221 | 0.61 | 0.09 | 0 | 0.13 | 188.89 | 0.67 | 0.6 |
| Hex | 56 | C9 | DD | 3D | 9 | 0 | D | BD | 43 | 3C |
| Octal | 126 | 311 | 335 | 75 | 11 | 0 | 15 | 275 | 103 | 74 |
| Binary | 1010110 | 11001001 | 11011101 | 111101 | 1001 | 0 | 1101 | 10111101 | 1000011 | 111100 |
Color Harmonies of #56C9DD
Complementary color
Monochromatic Colors of #56C9DD
Black with #56C9DD
Text Example
Text Example
White with #56C9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C9DD; }
p { color: rgb(86,201,221); }
H1.HeaderClassName
{
color: #56C9DD;
}
.AnyTagClassName
{
color: #56C9DD;
}
</style>
background-color css
<style>
a { background-color: #56C9DD; }
a { background-color: rgb(86,201,221); }
div.DivClassName
{
background-color: #56C9DD;
}
.BgClassName
{
background-color: #56C9DD;
}
</style>
border-color css
<style>
span { border-color: #56C9DD; }
span { border-color: rgb(86,201,221); }
td.TdClassName
{
border-color: #56C9DD;
}
.TagClassName
{
border-color: #56C9DD;
}
</style>