Shades of Turquoise #31E2F1
Tints of Turquoise #31E2F1
RGB
CMYK
RGB Variations
Color information
#31E2F1 (or 0x31E2F1) is known color: Turquoise. HEX triplet: 31, E2 and F1. RGB value is (49,226,241). Sum of RGB (Red+Green+Blue) = 49+226+241=516 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.50% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #31E2F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31E2F1 is #CE1D0E. Grayscale: #AEAEAE. Windows color (decimal): -13507855 or 15852081. OLE color: 15852081.
HSL color Cylindrical-coordinate representation of color #31E2F1: hue angle of 184.69º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31E2F1 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 226 | 241 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.05 |
| HSL | 184.69º | 0.87% | 0.57% | - |
| HSV(B) | 184.69º | 0.8% | 0.95% | - |
| XYZ | 44.34 | 61.4 | 92.73 | - |
| YUV | 174.79 | 165.36 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 241 | 0.80 | 0.06 | 0 | 0.05 | 184.69 | 0.87 | 0.57 |
| Hex | 31 | E2 | F1 | 50 | 6 | 0 | 5 | B9 | 57 | 39 |
| Octal | 61 | 342 | 361 | 120 | 6 | 0 | 5 | 271 | 127 | 71 |
| Binary | 110001 | 11100010 | 11110001 | 1010000 | 110 | 0 | 101 | 10111001 | 1010111 | 111001 |
Color Harmonies of #31E2F1
Complementary color
Monochromatic Colors of #31E2F1
Black with #31E2F1
Text Example
Text Example
White with #31E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E2F1; }
p { color: rgb(49,226,241); }
H1.HeaderClassName
{
color: #31E2F1;
}
.AnyTagClassName
{
color: #31E2F1;
}
</style>
background-color css
<style>
a { background-color: #31E2F1; }
a { background-color: rgb(49,226,241); }
div.DivClassName
{
background-color: #31E2F1;
}
.BgClassName
{
background-color: #31E2F1;
}
</style>
border-color css
<style>
span { border-color: #31E2F1; }
span { border-color: rgb(49,226,241); }
td.TdClassName
{
border-color: #31E2F1;
}
.TagClassName
{
border-color: #31E2F1;
}
</style>