Shades of Medium Turquoise #56CBDD
Tints of Medium Turquoise #56CBDD
RGB
CMYK
RGB Variations
Color information
#56CBDD (or 0x56CBDD) is known color: Medium Turquoise. HEX triplet: 56, CB and DD. RGB value is (86,203,221). Sum of RGB (Red+Green+Blue) = 86+203+221=510 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.86% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #56CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CBDD is #A93422. Grayscale: #A9A9A9. Windows color (decimal): -11088931 or 14535510. OLE color: 14535510.
HSL color Cylindrical-coordinate representation of color #56CBDD: hue angle of 188º 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 #56CBDD is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 203 | 221 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.13 |
| HSL | 188º | 0.67% | 0.6% | - |
| HSV(B) | 188º | 0.61% | 0.87% | - |
| XYZ | 38.24 | 49.91 | 76.02 | - |
| YUV | 170.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 203 | 221 | 0.61 | 0.08 | 0 | 0.13 | 188 | 0.67 | 0.6 |
| Hex | 56 | CB | DD | 3D | 8 | 0 | D | BC | 43 | 3C |
| Octal | 126 | 313 | 335 | 75 | 10 | 0 | 15 | 274 | 103 | 74 |
| Binary | 1010110 | 11001011 | 11011101 | 111101 | 1000 | 0 | 1101 | 10111100 | 1000011 | 111100 |
Color Harmonies of #56CBDD
Complementary color
Monochromatic Colors of #56CBDD
Black with #56CBDD
Text Example
Text Example
White with #56CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CBDD; }
p { color: rgb(86,203,221); }
H1.HeaderClassName
{
color: #56CBDD;
}
.AnyTagClassName
{
color: #56CBDD;
}
</style>
background-color css
<style>
a { background-color: #56CBDD; }
a { background-color: rgb(86,203,221); }
div.DivClassName
{
background-color: #56CBDD;
}
.BgClassName
{
background-color: #56CBDD;
}
</style>
border-color css
<style>
span { border-color: #56CBDD; }
span { border-color: rgb(86,203,221); }
td.TdClassName
{
border-color: #56CBDD;
}
.TagClassName
{
border-color: #56CBDD;
}
</style>