Shades of Medium Turquoise #31D0BE
Tints of Medium Turquoise #31D0BE
RGB
CMYK
RGB Variations
Color information
#31D0BE (or 0x31D0BE) is known color: Medium Turquoise. HEX triplet: 31, D0 and BE. RGB value is (49,208,190). Sum of RGB (Red+Green+Blue) = 49+208+190=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #31D0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D0BE is #CE2F41. Grayscale: #9E9E9E. Windows color (decimal): -13512514 or 12505137. OLE color: 12505137.
HSL color Cylindrical-coordinate representation of color #31D0BE: hue angle of 173.21º 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 #31D0BE is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 190 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.18 |
| HSL | 173.21º | 0.63% | 0.5% | - |
| HSV(B) | 173.21º | 0.76% | 0.82% | - |
| XYZ | 33.12 | 49.48 | 56.52 | - |
| YUV | 158.41 | 145.82 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 190 | 0.76 | 0 | 0.09 | 0.18 | 173.21 | 0.63 | 0.5 |
| Hex | 31 | D0 | BE | 4C | 0 | 9 | 12 | AD | 3F | 32 |
| Octal | 61 | 320 | 276 | 114 | 0 | 11 | 22 | 255 | 77 | 62 |
| Binary | 110001 | 11010000 | 10111110 | 1001100 | 0 | 1001 | 10010 | 10101101 | 111111 | 110010 |
Color Harmonies of #31D0BE
Complementary color
Monochromatic Colors of #31D0BE
Black with #31D0BE
Text Example
Text Example
White with #31D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D0BE; }
p { color: rgb(49,208,190); }
H1.HeaderClassName
{
color: #31D0BE;
}
.AnyTagClassName
{
color: #31D0BE;
}
</style>
background-color css
<style>
a { background-color: #31D0BE; }
a { background-color: rgb(49,208,190); }
div.DivClassName
{
background-color: #31D0BE;
}
.BgClassName
{
background-color: #31D0BE;
}
</style>
border-color css
<style>
span { border-color: #31D0BE; }
span { border-color: rgb(49,208,190); }
td.TdClassName
{
border-color: #31D0BE;
}
.TagClassName
{
border-color: #31D0BE;
}
</style>