Shades of Medium Turquoise #56CFDC
Tints of Medium Turquoise #56CFDC
RGB
CMYK
RGB Variations
Color information
#56CFDC (or 0x56CFDC) is known color: Medium Turquoise. HEX triplet: 56, CF and DC. RGB value is (86,207,220). Sum of RGB (Red+Green+Blue) = 86+207+220=513 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.76% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #56CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFDC is #A93023. Grayscale: #ACACAC. Windows color (decimal): -11087908 or 14470998. OLE color: 14470998.
HSL color Cylindrical-coordinate representation of color #56CFDC: hue angle of 185.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56CFDC is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 207 | 220 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.14 |
| HSL | 185.82º | 0.66% | 0.6% | - |
| HSV(B) | 185.82º | 0.61% | 0.86% | - |
| XYZ | 39.07 | 51.77 | 75.64 | - |
| YUV | 172.3 | 154.91 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 220 | 0.61 | 0.06 | 0 | 0.14 | 185.82 | 0.66 | 0.6 |
| Hex | 56 | CF | DC | 3D | 6 | 0 | E | BA | 42 | 3C |
| Octal | 126 | 317 | 334 | 75 | 6 | 0 | 16 | 272 | 102 | 74 |
| Binary | 1010110 | 11001111 | 11011100 | 111101 | 110 | 0 | 1110 | 10111010 | 1000010 | 111100 |
Color Harmonies of #56CFDC
Complementary color
Monochromatic Colors of #56CFDC
Black with #56CFDC
Text Example
Text Example
White with #56CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFDC; }
p { color: rgb(86,207,220); }
H1.HeaderClassName
{
color: #56CFDC;
}
.AnyTagClassName
{
color: #56CFDC;
}
</style>
background-color css
<style>
a { background-color: #56CFDC; }
a { background-color: rgb(86,207,220); }
div.DivClassName
{
background-color: #56CFDC;
}
.BgClassName
{
background-color: #56CFDC;
}
</style>
border-color css
<style>
span { border-color: #56CFDC; }
span { border-color: rgb(86,207,220); }
td.TdClassName
{
border-color: #56CFDC;
}
.TagClassName
{
border-color: #56CFDC;
}
</style>