Shades of Medium Turquoise #56DFCB
Tints of Medium Turquoise #56DFCB
RGB
CMYK
RGB Variations
Color information
#56DFCB (or 0x56DFCB) is known color: Medium Turquoise. HEX triplet: 56, DF and CB. RGB value is (86,223,203). Sum of RGB (Red+Green+Blue) = 86+223+203=512 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.80% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #56DFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DFCB is #A92034. Grayscale: #B3B3B3. Windows color (decimal): -11083829 or 13360982. OLE color: 13360982.
HSL color Cylindrical-coordinate representation of color #56DFCB: hue angle of 171.24º 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 #56DFCB is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 223 | 203 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.13 |
| HSL | 171.24º | 0.68% | 0.61% | - |
| HSV(B) | 171.24º | 0.61% | 0.87% | - |
| XYZ | 41 | 59.07 | 65.74 | - |
| YUV | 179.76 | 141.11 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 223 | 203 | 0.61 | 0 | 0.09 | 0.13 | 171.24 | 0.68 | 0.61 |
| Hex | 56 | DF | CB | 3D | 0 | 9 | D | AB | 44 | 3D |
| Octal | 126 | 337 | 313 | 75 | 0 | 11 | 15 | 253 | 104 | 75 |
| Binary | 1010110 | 11011111 | 11001011 | 111101 | 0 | 1001 | 1101 | 10101011 | 1000100 | 111101 |
Color Harmonies of #56DFCB
Complementary color
Monochromatic Colors of #56DFCB
Black with #56DFCB
Text Example
Text Example
White with #56DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DFCB; }
p { color: rgb(86,223,203); }
H1.HeaderClassName
{
color: #56DFCB;
}
.AnyTagClassName
{
color: #56DFCB;
}
</style>
background-color css
<style>
a { background-color: #56DFCB; }
a { background-color: rgb(86,223,203); }
div.DivClassName
{
background-color: #56DFCB;
}
.BgClassName
{
background-color: #56DFCB;
}
</style>
border-color css
<style>
span { border-color: #56DFCB; }
span { border-color: rgb(86,223,203); }
td.TdClassName
{
border-color: #56DFCB;
}
.TagClassName
{
border-color: #56DFCB;
}
</style>