Shades of Medium Turquoise #31D0B9
Tints of Medium Turquoise #31D0B9
RGB
CMYK
RGB Variations
Color information
#31D0B9 (or 0x31D0B9) is known color: Medium Turquoise. HEX triplet: 31, D0 and B9. RGB value is (49,208,185). Sum of RGB (Red+Green+Blue) = 49+208+185=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #31D0B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D0B9 is #CE2F46. Grayscale: #9D9D9D. Windows color (decimal): -13512519 or 12177457. OLE color: 12177457.
HSL color Cylindrical-coordinate representation of color #31D0B9: hue angle of 171.32º 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 #31D0B9 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 185 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.18 |
| HSL | 171.32º | 0.63% | 0.5% | - |
| HSV(B) | 171.32º | 0.76% | 0.82% | - |
| XYZ | 32.58 | 49.27 | 53.69 | - |
| YUV | 157.84 | 143.32 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 185 | 0.76 | 0 | 0.11 | 0.18 | 171.32 | 0.63 | 0.5 |
| Hex | 31 | D0 | B9 | 4C | 0 | B | 12 | AB | 3F | 32 |
| Octal | 61 | 320 | 271 | 114 | 0 | 13 | 22 | 253 | 77 | 62 |
| Binary | 110001 | 11010000 | 10111001 | 1001100 | 0 | 1011 | 10010 | 10101011 | 111111 | 110010 |
Color Harmonies of #31D0B9
Complementary color
Monochromatic Colors of #31D0B9
Black with #31D0B9
Text Example
Text Example
White with #31D0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D0B9; }
p { color: rgb(49,208,185); }
H1.HeaderClassName
{
color: #31D0B9;
}
.AnyTagClassName
{
color: #31D0B9;
}
</style>
background-color css
<style>
a { background-color: #31D0B9; }
a { background-color: rgb(49,208,185); }
div.DivClassName
{
background-color: #31D0B9;
}
.BgClassName
{
background-color: #31D0B9;
}
</style>
border-color css
<style>
span { border-color: #31D0B9; }
span { border-color: rgb(49,208,185); }
td.TdClassName
{
border-color: #31D0B9;
}
.TagClassName
{
border-color: #31D0B9;
}
</style>