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