Shades of Medium Turquoise #31D0B7
Tints of Medium Turquoise #31D0B7
RGB
CMYK
RGB Variations
Color information
#31D0B7 (or 0x31D0B7) is known color: Medium Turquoise. HEX triplet: 31, D0 and B7. RGB value is (49,208,183). Sum of RGB (Red+Green+Blue) = 49+208+183=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #31D0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D0B7 is #CE2F48. Grayscale: #9D9D9D. Windows color (decimal): -13512521 or 12046385. OLE color: 12046385.
HSL color Cylindrical-coordinate representation of color #31D0B7: hue angle of 170.57º 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 #31D0B7 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 183 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.18 |
| HSL | 170.57º | 0.63% | 0.5% | - |
| HSV(B) | 170.57º | 0.76% | 0.82% | - |
| XYZ | 32.37 | 49.18 | 52.59 | - |
| YUV | 157.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 183 | 0.76 | 0 | 0.12 | 0.18 | 170.57 | 0.63 | 0.5 |
| Hex | 31 | D0 | B7 | 4C | 0 | C | 12 | AB | 3F | 32 |
| Octal | 61 | 320 | 267 | 114 | 0 | 14 | 22 | 253 | 77 | 62 |
| Binary | 110001 | 11010000 | 10110111 | 1001100 | 0 | 1100 | 10010 | 10101011 | 111111 | 110010 |
Color Harmonies of #31D0B7
Complementary color
Monochromatic Colors of #31D0B7
Black with #31D0B7
Text Example
Text Example
White with #31D0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D0B7; }
p { color: rgb(49,208,183); }
H1.HeaderClassName
{
color: #31D0B7;
}
.AnyTagClassName
{
color: #31D0B7;
}
</style>
background-color css
<style>
a { background-color: #31D0B7; }
a { background-color: rgb(49,208,183); }
div.DivClassName
{
background-color: #31D0B7;
}
.BgClassName
{
background-color: #31D0B7;
}
</style>
border-color css
<style>
span { border-color: #31D0B7; }
span { border-color: rgb(49,208,183); }
td.TdClassName
{
border-color: #31D0B7;
}
.TagClassName
{
border-color: #31D0B7;
}
</style>