Shades of Turquoise #31F1B1
Tints of Turquoise #31F1B1
RGB
CMYK
RGB Variations
Color information
#31F1B1 (or 0x31F1B1) is known color: Turquoise. HEX triplet: 31, F1 and B1. RGB value is (49,241,177). Sum of RGB (Red+Green+Blue) = 49+241+177=467 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.49% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #31F1B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F1B1 is #CE0E4E. Grayscale: #B0B0B0. Windows color (decimal): -13504079 or 11661617. OLE color: 11661617.
HSL color Cylindrical-coordinate representation of color #31F1B1: hue angle of 160º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F1B1 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 177 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.05 |
| HSL | 160º | 0.87% | 0.57% | - |
| HSV(B) | 160º | 0.8% | 0.95% | - |
| XYZ | 40.66 | 66.74 | 52.33 | - |
| YUV | 176.3 | 128.39 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 177 | 0.80 | 0 | 0.27 | 0.05 | 160 | 0.87 | 0.57 |
| Hex | 31 | F1 | B1 | 50 | 0 | 1B | 5 | A0 | 57 | 39 |
| Octal | 61 | 361 | 261 | 120 | 0 | 33 | 5 | 240 | 127 | 71 |
| Binary | 110001 | 11110001 | 10110001 | 1010000 | 0 | 11011 | 101 | 10100000 | 1010111 | 111001 |
Color Harmonies of #31F1B1
Complementary color
Monochromatic Colors of #31F1B1
Black with #31F1B1
Text Example
Text Example
White with #31F1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F1B1; }
p { color: rgb(49,241,177); }
H1.HeaderClassName
{
color: #31F1B1;
}
.AnyTagClassName
{
color: #31F1B1;
}
</style>
background-color css
<style>
a { background-color: #31F1B1; }
a { background-color: rgb(49,241,177); }
div.DivClassName
{
background-color: #31F1B1;
}
.BgClassName
{
background-color: #31F1B1;
}
</style>
border-color css
<style>
span { border-color: #31F1B1; }
span { border-color: rgb(49,241,177); }
td.TdClassName
{
border-color: #31F1B1;
}
.TagClassName
{
border-color: #31F1B1;
}
</style>