Shades of Turquoise #31E9C2
Tints of Turquoise #31E9C2
RGB
CMYK
RGB Variations
Color information
#31E9C2 (or 0x31E9C2) is known color: Turquoise. HEX triplet: 31, E9 and C2. RGB value is (49,233,194). Sum of RGB (Red+Green+Blue) = 49+233+194=476 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.29% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #31E9C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E9C2 is #CE163D. Grayscale: #ADADAD. Windows color (decimal): -13506110 or 12773681. OLE color: 12773681.
HSL color Cylindrical-coordinate representation of color #31E9C2: hue angle of 167.28º 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 #31E9C2 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 233 | 194 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.09 |
| HSL | 167.28º | 0.81% | 0.55% | - |
| HSV(B) | 167.28º | 0.79% | 0.91% | - |
| XYZ | 40.14 | 62.83 | 61.05 | - |
| YUV | 173.54 | 139.54 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 233 | 194 | 0.79 | 0 | 0.17 | 0.09 | 167.28 | 0.81 | 0.55 |
| Hex | 31 | E9 | C2 | 4F | 0 | 11 | 9 | A7 | 51 | 37 |
| Octal | 61 | 351 | 302 | 117 | 0 | 21 | 11 | 247 | 121 | 67 |
| Binary | 110001 | 11101001 | 11000010 | 1001111 | 0 | 10001 | 1001 | 10100111 | 1010001 | 110111 |
Color Harmonies of #31E9C2
Complementary color
Monochromatic Colors of #31E9C2
Black with #31E9C2
Text Example
Text Example
White with #31E9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E9C2; }
p { color: rgb(49,233,194); }
H1.HeaderClassName
{
color: #31E9C2;
}
.AnyTagClassName
{
color: #31E9C2;
}
</style>
background-color css
<style>
a { background-color: #31E9C2; }
a { background-color: rgb(49,233,194); }
div.DivClassName
{
background-color: #31E9C2;
}
.BgClassName
{
background-color: #31E9C2;
}
</style>
border-color css
<style>
span { border-color: #31E9C2; }
span { border-color: rgb(49,233,194); }
td.TdClassName
{
border-color: #31E9C2;
}
.TagClassName
{
border-color: #31E9C2;
}
</style>