Shades of Turquoise #31E2BE
Tints of Turquoise #31E2BE
RGB
CMYK
RGB Variations
Color information
#31E2BE (or 0x31E2BE) is known color: Turquoise. HEX triplet: 31, E2 and BE. RGB value is (49,226,190). Sum of RGB (Red+Green+Blue) = 49+226+190=465 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.54% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #31E2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E2BE is #CE1D41. Grayscale: #A8A8A8. Windows color (decimal): -13507906 or 12509745. OLE color: 12509745.
HSL color Cylindrical-coordinate representation of color #31E2BE: hue angle of 167.8º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E2BE is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 226 | 190 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.11 |
| HSL | 167.8º | 0.75% | 0.54% | - |
| HSV(B) | 167.8º | 0.78% | 0.89% | - |
| XYZ | 37.76 | 58.76 | 58.07 | - |
| YUV | 168.97 | 139.86 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 190 | 0.78 | 0 | 0.16 | 0.11 | 167.8 | 0.75 | 0.54 |
| Hex | 31 | E2 | BE | 4E | 0 | 10 | B | A8 | 4B | 36 |
| Octal | 61 | 342 | 276 | 116 | 0 | 20 | 13 | 250 | 113 | 66 |
| Binary | 110001 | 11100010 | 10111110 | 1001110 | 0 | 10000 | 1011 | 10101000 | 1001011 | 110110 |
Color Harmonies of #31E2BE
Complementary color
Monochromatic Colors of #31E2BE
Black with #31E2BE
Text Example
Text Example
White with #31E2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E2BE; }
p { color: rgb(49,226,190); }
H1.HeaderClassName
{
color: #31E2BE;
}
.AnyTagClassName
{
color: #31E2BE;
}
</style>
background-color css
<style>
a { background-color: #31E2BE; }
a { background-color: rgb(49,226,190); }
div.DivClassName
{
background-color: #31E2BE;
}
.BgClassName
{
background-color: #31E2BE;
}
</style>
border-color css
<style>
span { border-color: #31E2BE; }
span { border-color: rgb(49,226,190); }
td.TdClassName
{
border-color: #31E2BE;
}
.TagClassName
{
border-color: #31E2BE;
}
</style>