Shades of Turquoise #31F0E1
Tints of Turquoise #31F0E1
RGB
CMYK
RGB Variations
Color information
#31F0E1 (or 0x31F0E1) is known color: Turquoise. HEX triplet: 31, F0 and E1. RGB value is (49,240,225). Sum of RGB (Red+Green+Blue) = 49+240+225=514 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.53% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #31F0E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F0E1 is #CE0F1E. Grayscale: #B5B5B5. Windows color (decimal): -13504287 or 14807089. OLE color: 14807089.
HSL color Cylindrical-coordinate representation of color #31F0E1: hue angle of 175.29º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F0E1 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 225 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.06 |
| HSL | 175.29º | 0.86% | 0.57% | - |
| HSV(B) | 175.29º | 0.8% | 0.94% | - |
| XYZ | 46.02 | 68.41 | 82.01 | - |
| YUV | 181.18 | 152.72 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 225 | 0.80 | 0 | 0.06 | 0.06 | 175.29 | 0.86 | 0.57 |
| Hex | 31 | F0 | E1 | 50 | 0 | 6 | 6 | AF | 56 | 39 |
| Octal | 61 | 360 | 341 | 120 | 0 | 6 | 6 | 257 | 126 | 71 |
| Binary | 110001 | 11110000 | 11100001 | 1010000 | 0 | 110 | 110 | 10101111 | 1010110 | 111001 |
Color Harmonies of #31F0E1
Complementary color
Monochromatic Colors of #31F0E1
Black with #31F0E1
Text Example
Text Example
White with #31F0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F0E1; }
p { color: rgb(49,240,225); }
H1.HeaderClassName
{
color: #31F0E1;
}
.AnyTagClassName
{
color: #31F0E1;
}
</style>
background-color css
<style>
a { background-color: #31F0E1; }
a { background-color: rgb(49,240,225); }
div.DivClassName
{
background-color: #31F0E1;
}
.BgClassName
{
background-color: #31F0E1;
}
</style>
border-color css
<style>
span { border-color: #31F0E1; }
span { border-color: rgb(49,240,225); }
td.TdClassName
{
border-color: #31F0E1;
}
.TagClassName
{
border-color: #31F0E1;
}
</style>