Shades of Turquoise #31F0B9
Tints of Turquoise #31F0B9
RGB
CMYK
RGB Variations
Color information
#31F0B9 (or 0x31F0B9) is known color: Turquoise. HEX triplet: 31, F0 and B9. RGB value is (49,240,185). Sum of RGB (Red+Green+Blue) = 49+240+185=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #31F0B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F0B9 is #CE0F46. Grayscale: #B0B0B0. Windows color (decimal): -13504327 or 12185649. OLE color: 12185649.
HSL color Cylindrical-coordinate representation of color #31F0B9: hue angle of 162.72º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F0B9 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 185 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.06 |
| HSL | 162.72º | 0.86% | 0.57% | - |
| HSV(B) | 162.72º | 0.8% | 0.94% | - |
| XYZ | 41.18 | 66.48 | 56.56 | - |
| YUV | 176.62 | 132.72 | 36.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 185 | 0.80 | 0 | 0.23 | 0.06 | 162.72 | 0.86 | 0.57 |
| Hex | 31 | F0 | B9 | 50 | 0 | 17 | 6 | A3 | 56 | 39 |
| Octal | 61 | 360 | 271 | 120 | 0 | 27 | 6 | 243 | 126 | 71 |
| Binary | 110001 | 11110000 | 10111001 | 1010000 | 0 | 10111 | 110 | 10100011 | 1010110 | 111001 |
Color Harmonies of #31F0B9
Complementary color
Monochromatic Colors of #31F0B9
Black with #31F0B9
Text Example
Text Example
White with #31F0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F0B9; }
p { color: rgb(49,240,185); }
H1.HeaderClassName
{
color: #31F0B9;
}
.AnyTagClassName
{
color: #31F0B9;
}
</style>
background-color css
<style>
a { background-color: #31F0B9; }
a { background-color: rgb(49,240,185); }
div.DivClassName
{
background-color: #31F0B9;
}
.BgClassName
{
background-color: #31F0B9;
}
</style>
border-color css
<style>
span { border-color: #31F0B9; }
span { border-color: rgb(49,240,185); }
td.TdClassName
{
border-color: #31F0B9;
}
.TagClassName
{
border-color: #31F0B9;
}
</style>