Shades of Turquoise #31F9B7
Tints of Turquoise #31F9B7
RGB
CMYK
RGB Variations
Color information
#31F9B7 (or 0x31F9B7) is known color: Turquoise. HEX triplet: 31, F9 and B7. RGB value is (49,249,183). Sum of RGB (Red+Green+Blue) = 49+249+183=481 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.19% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #31F9B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F9B7 is #CE0648. Grayscale: #B5B5B5. Windows color (decimal): -13502025 or 12056881. OLE color: 12056881.
HSL color Cylindrical-coordinate representation of color #31F9B7: hue angle of 160.2º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F9B7 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 183 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.02 |
| HSL | 160.2º | 0.94% | 0.58% | - |
| HSV(B) | 160.2º | 0.8% | 0.98% | - |
| XYZ | 43.69 | 71.82 | 56.36 | - |
| YUV | 181.68 | 128.74 | 33.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 183 | 0.80 | 0 | 0.27 | 0.02 | 160.2 | 0.94 | 0.58 |
| Hex | 31 | F9 | B7 | 50 | 0 | 1B | 2 | A0 | 5E | 3A |
| Octal | 61 | 371 | 267 | 120 | 0 | 33 | 2 | 240 | 136 | 72 |
| Binary | 110001 | 11111001 | 10110111 | 1010000 | 0 | 11011 | 10 | 10100000 | 1011110 | 111010 |
Color Harmonies of #31F9B7
Complementary color
Monochromatic Colors of #31F9B7
Black with #31F9B7
Text Example
Text Example
White with #31F9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F9B7; }
p { color: rgb(49,249,183); }
H1.HeaderClassName
{
color: #31F9B7;
}
.AnyTagClassName
{
color: #31F9B7;
}
</style>
background-color css
<style>
a { background-color: #31F9B7; }
a { background-color: rgb(49,249,183); }
div.DivClassName
{
background-color: #31F9B7;
}
.BgClassName
{
background-color: #31F9B7;
}
</style>
border-color css
<style>
span { border-color: #31F9B7; }
span { border-color: rgb(49,249,183); }
td.TdClassName
{
border-color: #31F9B7;
}
.TagClassName
{
border-color: #31F9B7;
}
</style>