Shades of Turquoise #31E9D9
Tints of Turquoise #31E9D9
RGB
CMYK
RGB Variations
Color information
#31E9D9 (or 0x31E9D9) is known color: Turquoise. HEX triplet: 31, E9 and D9. RGB value is (49,233,217). Sum of RGB (Red+Green+Blue) = 49+233+217=499 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.82% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #31E9D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E9D9 is #CE1626. Grayscale: #B0B0B0. Windows color (decimal): -13506087 or 14281009. OLE color: 14281009.
HSL color Cylindrical-coordinate representation of color #31E9D9: hue angle of 174.78º 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 #31E9D9 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 233 | 217 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.09 |
| HSL | 174.78º | 0.81% | 0.55% | - |
| HSV(B) | 174.78º | 0.79% | 0.91% | - |
| XYZ | 42.93 | 63.94 | 75.72 | - |
| YUV | 176.16 | 151.04 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 233 | 217 | 0.79 | 0 | 0.07 | 0.09 | 174.78 | 0.81 | 0.55 |
| Hex | 31 | E9 | D9 | 4F | 0 | 7 | 9 | AF | 51 | 37 |
| Octal | 61 | 351 | 331 | 117 | 0 | 7 | 11 | 257 | 121 | 67 |
| Binary | 110001 | 11101001 | 11011001 | 1001111 | 0 | 111 | 1001 | 10101111 | 1010001 | 110111 |
Color Harmonies of #31E9D9
Complementary color
Monochromatic Colors of #31E9D9
Black with #31E9D9
Text Example
Text Example
White with #31E9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E9D9; }
p { color: rgb(49,233,217); }
H1.HeaderClassName
{
color: #31E9D9;
}
.AnyTagClassName
{
color: #31E9D9;
}
</style>
background-color css
<style>
a { background-color: #31E9D9; }
a { background-color: rgb(49,233,217); }
div.DivClassName
{
background-color: #31E9D9;
}
.BgClassName
{
background-color: #31E9D9;
}
</style>
border-color css
<style>
span { border-color: #31E9D9; }
span { border-color: rgb(49,233,217); }
td.TdClassName
{
border-color: #31E9D9;
}
.TagClassName
{
border-color: #31E9D9;
}
</style>