Shades of Medium Turquoise #56DFC8
Tints of Medium Turquoise #56DFC8
RGB
CMYK
RGB Variations
Color information
#56DFC8 (or 0x56DFC8) is known color: Medium Turquoise. HEX triplet: 56, DF and C8. RGB value is (86,223,200). Sum of RGB (Red+Green+Blue) = 86+223+200=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #56DFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DFC8 is #A92037. Grayscale: #B3B3B3. Windows color (decimal): -11083832 or 13164374. OLE color: 13164374.
HSL color Cylindrical-coordinate representation of color #56DFC8: hue angle of 169.93º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DFC8 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 223 | 200 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.13 |
| HSL | 169.93º | 0.68% | 0.61% | - |
| HSV(B) | 169.93º | 0.61% | 0.87% | - |
| XYZ | 40.65 | 58.92 | 63.87 | - |
| YUV | 179.42 | 139.61 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 223 | 200 | 0.61 | 0 | 0.10 | 0.13 | 169.93 | 0.68 | 0.61 |
| Hex | 56 | DF | C8 | 3D | 0 | A | D | AA | 44 | 3D |
| Octal | 126 | 337 | 310 | 75 | 0 | 12 | 15 | 252 | 104 | 75 |
| Binary | 1010110 | 11011111 | 11001000 | 111101 | 0 | 1010 | 1101 | 10101010 | 1000100 | 111101 |
Color Harmonies of #56DFC8
Complementary color
Monochromatic Colors of #56DFC8
Black with #56DFC8
Text Example
Text Example
White with #56DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DFC8; }
p { color: rgb(86,223,200); }
H1.HeaderClassName
{
color: #56DFC8;
}
.AnyTagClassName
{
color: #56DFC8;
}
</style>
background-color css
<style>
a { background-color: #56DFC8; }
a { background-color: rgb(86,223,200); }
div.DivClassName
{
background-color: #56DFC8;
}
.BgClassName
{
background-color: #56DFC8;
}
</style>
border-color css
<style>
span { border-color: #56DFC8; }
span { border-color: rgb(86,223,200); }
td.TdClassName
{
border-color: #56DFC8;
}
.TagClassName
{
border-color: #56DFC8;
}
</style>