Shades of Medium Turquoise #56CFDD
Tints of Medium Turquoise #56CFDD
RGB
CMYK
RGB Variations
Color information
#56CFDD (or 0x56CFDD) is known color: Medium Turquoise. HEX triplet: 56, CF and DD. RGB value is (86,207,221). Sum of RGB (Red+Green+Blue) = 86+207+221=514 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.73% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #56CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFDD is #A93022. Grayscale: #ACACAC. Windows color (decimal): -11087907 or 14536534. OLE color: 14536534.
HSL color Cylindrical-coordinate representation of color #56CFDD: hue angle of 186.22º 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 #56CFDD is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 207 | 221 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.13 |
| HSL | 186.22º | 0.67% | 0.6% | - |
| HSV(B) | 186.22º | 0.61% | 0.87% | - |
| XYZ | 39.2 | 51.82 | 76.34 | - |
| YUV | 172.42 | 155.41 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 221 | 0.61 | 0.06 | 0 | 0.13 | 186.22 | 0.67 | 0.6 |
| Hex | 56 | CF | DD | 3D | 6 | 0 | D | BA | 43 | 3C |
| Octal | 126 | 317 | 335 | 75 | 6 | 0 | 15 | 272 | 103 | 74 |
| Binary | 1010110 | 11001111 | 11011101 | 111101 | 110 | 0 | 1101 | 10111010 | 1000011 | 111100 |
Color Harmonies of #56CFDD
Complementary color
Monochromatic Colors of #56CFDD
Black with #56CFDD
Text Example
Text Example
White with #56CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFDD; }
p { color: rgb(86,207,221); }
H1.HeaderClassName
{
color: #56CFDD;
}
.AnyTagClassName
{
color: #56CFDD;
}
</style>
background-color css
<style>
a { background-color: #56CFDD; }
a { background-color: rgb(86,207,221); }
div.DivClassName
{
background-color: #56CFDD;
}
.BgClassName
{
background-color: #56CFDD;
}
</style>
border-color css
<style>
span { border-color: #56CFDD; }
span { border-color: rgb(86,207,221); }
td.TdClassName
{
border-color: #56CFDD;
}
.TagClassName
{
border-color: #56CFDD;
}
</style>