Shades of Medium Turquoise #56CFBE
Tints of Medium Turquoise #56CFBE
RGB
CMYK
RGB Variations
Color information
#56CFBE (or 0x56CFBE) is known color: Medium Turquoise. HEX triplet: 56, CF and BE. RGB value is (86,207,190). Sum of RGB (Red+Green+Blue) = 86+207+190=483 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.81% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #56CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFBE is #A93041. Grayscale: #A8A8A8. Windows color (decimal): -11087938 or 12504918. OLE color: 12504918.
HSL color Cylindrical-coordinate representation of color #56CFBE: hue angle of 171.57º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CFBE is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 190 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.19 |
| HSL | 171.57º | 0.56% | 0.57% | - |
| HSV(B) | 171.57º | 0.58% | 0.81% | - |
| XYZ | 35.44 | 50.32 | 56.56 | - |
| YUV | 168.88 | 139.91 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 190 | 0.58 | 0 | 0.08 | 0.19 | 171.57 | 0.56 | 0.57 |
| Hex | 56 | CF | BE | 3A | 0 | 8 | 13 | AC | 38 | 39 |
| Octal | 126 | 317 | 276 | 72 | 0 | 10 | 23 | 254 | 70 | 71 |
| Binary | 1010110 | 11001111 | 10111110 | 111010 | 0 | 1000 | 10011 | 10101100 | 111000 | 111001 |
Color Harmonies of #56CFBE
Complementary color
Monochromatic Colors of #56CFBE
Black with #56CFBE
Text Example
Text Example
White with #56CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFBE; }
p { color: rgb(86,207,190); }
H1.HeaderClassName
{
color: #56CFBE;
}
.AnyTagClassName
{
color: #56CFBE;
}
</style>
background-color css
<style>
a { background-color: #56CFBE; }
a { background-color: rgb(86,207,190); }
div.DivClassName
{
background-color: #56CFBE;
}
.BgClassName
{
background-color: #56CFBE;
}
</style>
border-color css
<style>
span { border-color: #56CFBE; }
span { border-color: rgb(86,207,190); }
td.TdClassName
{
border-color: #56CFBE;
}
.TagClassName
{
border-color: #56CFBE;
}
</style>