Shades of Turquoise #31D4B9
Tints of Turquoise #31D4B9
RGB
CMYK
RGB Variations
Color information
#31D4B9 (or 0x31D4B9) is known color: Turquoise. HEX triplet: 31, D4 and B9. RGB value is (49,212,185). Sum of RGB (Red+Green+Blue) = 49+212+185=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 212 - color contains mainly: green. Hex color #31D4B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D4B9 is #CE2B46. Grayscale: #A0A0A0. Windows color (decimal): -13511495 or 12178481. OLE color: 12178481.
HSL color Cylindrical-coordinate representation of color #31D4B9: hue angle of 170.06º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D4B9 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 212 | 185 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.17 |
| HSL | 170.06º | 0.65% | 0.51% | - |
| HSV(B) | 170.06º | 0.77% | 0.83% | - |
| XYZ | 33.57 | 51.24 | 54.02 | - |
| YUV | 160.19 | 142 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 212 | 185 | 0.77 | 0 | 0.13 | 0.17 | 170.06 | 0.65 | 0.51 |
| Hex | 31 | D4 | B9 | 4D | 0 | D | 11 | AA | 41 | 33 |
| Octal | 61 | 324 | 271 | 115 | 0 | 15 | 21 | 252 | 101 | 63 |
| Binary | 110001 | 11010100 | 10111001 | 1001101 | 0 | 1101 | 10001 | 10101010 | 1000001 | 110011 |
Color Harmonies of #31D4B9
Complementary color
Monochromatic Colors of #31D4B9
Black with #31D4B9
Text Example
Text Example
White with #31D4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D4B9; }
p { color: rgb(49,212,185); }
H1.HeaderClassName
{
color: #31D4B9;
}
.AnyTagClassName
{
color: #31D4B9;
}
</style>
background-color css
<style>
a { background-color: #31D4B9; }
a { background-color: rgb(49,212,185); }
div.DivClassName
{
background-color: #31D4B9;
}
.BgClassName
{
background-color: #31D4B9;
}
</style>
border-color css
<style>
span { border-color: #31D4B9; }
span { border-color: rgb(49,212,185); }
td.TdClassName
{
border-color: #31D4B9;
}
.TagClassName
{
border-color: #31D4B9;
}
</style>