Shades of Medium Turquoise #56DCCF
Tints of Medium Turquoise #56DCCF
RGB
CMYK
RGB Variations
Color information
#56DCCF (or 0x56DCCF) is known color: Medium Turquoise. HEX triplet: 56, DC and CF. RGB value is (86,220,207). Sum of RGB (Red+Green+Blue) = 86+220+207=513 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.76% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #56DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCCF is #A92330. Grayscale: #B2B2B2. Windows color (decimal): -11084593 or 13622358. OLE color: 13622358.
HSL color Cylindrical-coordinate representation of color #56DCCF: hue angle of 174.18º 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 #56DCCF is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 207 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.14 |
| HSL | 174.18º | 0.66% | 0.6% | - |
| HSV(B) | 174.18º | 0.61% | 0.86% | - |
| XYZ | 40.69 | 57.67 | 68.02 | - |
| YUV | 178.45 | 144.11 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 207 | 0.61 | 0 | 0.06 | 0.14 | 174.18 | 0.66 | 0.6 |
| Hex | 56 | DC | CF | 3D | 0 | 6 | E | AE | 42 | 3C |
| Octal | 126 | 334 | 317 | 75 | 0 | 6 | 16 | 256 | 102 | 74 |
| Binary | 1010110 | 11011100 | 11001111 | 111101 | 0 | 110 | 1110 | 10101110 | 1000010 | 111100 |
Color Harmonies of #56DCCF
Complementary color
Monochromatic Colors of #56DCCF
Black with #56DCCF
Text Example
Text Example
White with #56DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DCCF; }
p { color: rgb(86,220,207); }
H1.HeaderClassName
{
color: #56DCCF;
}
.AnyTagClassName
{
color: #56DCCF;
}
</style>
background-color css
<style>
a { background-color: #56DCCF; }
a { background-color: rgb(86,220,207); }
div.DivClassName
{
background-color: #56DCCF;
}
.BgClassName
{
background-color: #56DCCF;
}
</style>
border-color css
<style>
span { border-color: #56DCCF; }
span { border-color: rgb(86,220,207); }
td.TdClassName
{
border-color: #56DCCF;
}
.TagClassName
{
border-color: #56DCCF;
}
</style>