Shades of Turquoise #31E9BA
Tints of Turquoise #31E9BA
RGB
CMYK
RGB Variations
Color information
#31E9BA (or 0x31E9BA) is known color: Turquoise. HEX triplet: 31, E9 and BA. RGB value is (49,233,186). Sum of RGB (Red+Green+Blue) = 49+233+186=468 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.47% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #31E9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E9BA is #CE1645. Grayscale: #ACACAC. Windows color (decimal): -13506118 or 12249393. OLE color: 12249393.
HSL color Cylindrical-coordinate representation of color #31E9BA: hue angle of 164.67º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E9BA is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 233 | 186 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.09 |
| HSL | 164.67º | 0.81% | 0.55% | - |
| HSV(B) | 164.67º | 0.79% | 0.91% | - |
| XYZ | 39.27 | 62.48 | 56.44 | - |
| YUV | 172.63 | 135.54 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 233 | 186 | 0.79 | 0 | 0.20 | 0.09 | 164.67 | 0.81 | 0.55 |
| Hex | 31 | E9 | BA | 4F | 0 | 14 | 9 | A5 | 51 | 37 |
| Octal | 61 | 351 | 272 | 117 | 0 | 24 | 11 | 245 | 121 | 67 |
| Binary | 110001 | 11101001 | 10111010 | 1001111 | 0 | 10100 | 1001 | 10100101 | 1010001 | 110111 |
Color Harmonies of #31E9BA
Complementary color
Monochromatic Colors of #31E9BA
Black with #31E9BA
Text Example
Text Example
White with #31E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E9BA; }
p { color: rgb(49,233,186); }
H1.HeaderClassName
{
color: #31E9BA;
}
.AnyTagClassName
{
color: #31E9BA;
}
</style>
background-color css
<style>
a { background-color: #31E9BA; }
a { background-color: rgb(49,233,186); }
div.DivClassName
{
background-color: #31E9BA;
}
.BgClassName
{
background-color: #31E9BA;
}
</style>
border-color css
<style>
span { border-color: #31E9BA; }
span { border-color: rgb(49,233,186); }
td.TdClassName
{
border-color: #31E9BA;
}
.TagClassName
{
border-color: #31E9BA;
}
</style>