Shades of Turquoise #31E9EA
Tints of Turquoise #31E9EA
RGB
CMYK
RGB Variations
Color information
#31E9EA (or 0x31E9EA) is known color: Turquoise. HEX triplet: 31, E9 and EA. RGB value is (49,233,234). Sum of RGB (Red+Green+Blue) = 49+233+234=516 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.50% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #31E9EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31E9EA is #CE1615. Grayscale: #B1B1B1. Windows color (decimal): -13506070 or 15395121. OLE color: 15395121.
HSL color Cylindrical-coordinate representation of color #31E9EA: hue angle of 180.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E9EA is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 233 | 234 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.08 |
| HSL | 180.32º | 0.81% | 0.55% | - |
| HSV(B) | 180.32º | 0.79% | 0.92% | - |
| XYZ | 45.26 | 64.87 | 87.98 | - |
| YUV | 178.1 | 159.54 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 233 | 234 | 0.79 | 0.00 | 0 | 0.08 | 180.32 | 0.81 | 0.55 |
| Hex | 31 | E9 | EA | 4F | 0 | 0 | 8 | B4 | 51 | 37 |
| Octal | 61 | 351 | 352 | 117 | 0 | 0 | 10 | 264 | 121 | 67 |
| Binary | 110001 | 11101001 | 11101010 | 1001111 | 0 | 0 | 1000 | 10110100 | 1010001 | 110111 |
Color Harmonies of #31E9EA
Complementary color
Monochromatic Colors of #31E9EA
Black with #31E9EA
Text Example
Text Example
White with #31E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E9EA; }
p { color: rgb(49,233,234); }
H1.HeaderClassName
{
color: #31E9EA;
}
.AnyTagClassName
{
color: #31E9EA;
}
</style>
background-color css
<style>
a { background-color: #31E9EA; }
a { background-color: rgb(49,233,234); }
div.DivClassName
{
background-color: #31E9EA;
}
.BgClassName
{
background-color: #31E9EA;
}
</style>
border-color css
<style>
span { border-color: #31E9EA; }
span { border-color: rgb(49,233,234); }
td.TdClassName
{
border-color: #31E9EA;
}
.TagClassName
{
border-color: #31E9EA;
}
</style>