Shades of Medium Turquoise #31D0BA
Tints of Medium Turquoise #31D0BA
RGB
CMYK
RGB Variations
Color information
#31D0BA (or 0x31D0BA) is known color: Medium Turquoise. HEX triplet: 31, D0 and BA. RGB value is (49,208,186). Sum of RGB (Red+Green+Blue) = 49+208+186=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #31D0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D0BA is #CE2F45. Grayscale: #9D9D9D. Windows color (decimal): -13512518 or 12242993. OLE color: 12242993.
HSL color Cylindrical-coordinate representation of color #31D0BA: hue angle of 171.7º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D0BA is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 186 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.18 |
| HSL | 171.7º | 0.63% | 0.5% | - |
| HSV(B) | 171.7º | 0.76% | 0.82% | - |
| XYZ | 32.69 | 49.31 | 54.25 | - |
| YUV | 157.95 | 143.82 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 186 | 0.76 | 0 | 0.11 | 0.18 | 171.7 | 0.63 | 0.5 |
| Hex | 31 | D0 | BA | 4C | 0 | B | 12 | AC | 3F | 32 |
| Octal | 61 | 320 | 272 | 114 | 0 | 13 | 22 | 254 | 77 | 62 |
| Binary | 110001 | 11010000 | 10111010 | 1001100 | 0 | 1011 | 10010 | 10101100 | 111111 | 110010 |
Color Harmonies of #31D0BA
Complementary color
Monochromatic Colors of #31D0BA
Black with #31D0BA
Text Example
Text Example
White with #31D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D0BA; }
p { color: rgb(49,208,186); }
H1.HeaderClassName
{
color: #31D0BA;
}
.AnyTagClassName
{
color: #31D0BA;
}
</style>
background-color css
<style>
a { background-color: #31D0BA; }
a { background-color: rgb(49,208,186); }
div.DivClassName
{
background-color: #31D0BA;
}
.BgClassName
{
background-color: #31D0BA;
}
</style>
border-color css
<style>
span { border-color: #31D0BA; }
span { border-color: rgb(49,208,186); }
td.TdClassName
{
border-color: #31D0BA;
}
.TagClassName
{
border-color: #31D0BA;
}
</style>