Shades of Turquoise #31E5BC
Tints of Turquoise #31E5BC
RGB
CMYK
RGB Variations
Color information
#31E5BC (or 0x31E5BC) is known color: Turquoise. HEX triplet: 31, E5 and BC. RGB value is (49,229,188). Sum of RGB (Red+Green+Blue) = 49+229+188=466 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.52% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #31E5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E5BC is #CE1A43. Grayscale: #AAAAAA. Windows color (decimal): -13507140 or 12379441. OLE color: 12379441.
HSL color Cylindrical-coordinate representation of color #31E5BC: hue angle of 166.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E5BC is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 229 | 188 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.10 |
| HSL | 166.33º | 0.78% | 0.55% | - |
| HSV(B) | 166.33º | 0.79% | 0.9% | - |
| XYZ | 38.36 | 60.32 | 57.2 | - |
| YUV | 170.51 | 137.87 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 229 | 188 | 0.79 | 0 | 0.18 | 0.10 | 166.33 | 0.78 | 0.55 |
| Hex | 31 | E5 | BC | 4F | 0 | 12 | A | A6 | 4E | 37 |
| Octal | 61 | 345 | 274 | 117 | 0 | 22 | 12 | 246 | 116 | 67 |
| Binary | 110001 | 11100101 | 10111100 | 1001111 | 0 | 10010 | 1010 | 10100110 | 1001110 | 110111 |
Color Harmonies of #31E5BC
Complementary color
Monochromatic Colors of #31E5BC
Black with #31E5BC
Text Example
Text Example
White with #31E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E5BC; }
p { color: rgb(49,229,188); }
H1.HeaderClassName
{
color: #31E5BC;
}
.AnyTagClassName
{
color: #31E5BC;
}
</style>
background-color css
<style>
a { background-color: #31E5BC; }
a { background-color: rgb(49,229,188); }
div.DivClassName
{
background-color: #31E5BC;
}
.BgClassName
{
background-color: #31E5BC;
}
</style>
border-color css
<style>
span { border-color: #31E5BC; }
span { border-color: rgb(49,229,188); }
td.TdClassName
{
border-color: #31E5BC;
}
.TagClassName
{
border-color: #31E5BC;
}
</style>