Shades of Turquoise #31FEE7
Tints of Turquoise #31FEE7
RGB
CMYK
RGB Variations
Color information
#31FEE7 (or 0x31FEE7) is known color: Turquoise. HEX triplet: 31, FE and E7. RGB value is (49,254,231). Sum of RGB (Red+Green+Blue) = 49+254+231=534 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.18% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FEE7 is #CE0118. Grayscale: #BDBDBD. Windows color (decimal): -13500697 or 15203889. OLE color: 15203889.
HSL color Cylindrical-coordinate representation of color #31FEE7: hue angle of 173.27º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FEE7 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 231 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.00 |
| HSL | 173.27º | 0.99% | 0.59% | - |
| HSV(B) | 173.27º | 0.81% | 1% | - |
| XYZ | 51.13 | 77.31 | 87.83 | - |
| YUV | 190.08 | 151.08 | 27.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 231 | 0.81 | 0 | 0.09 | 0.00 | 173.27 | 0.99 | 0.59 |
| Hex | 31 | FE | E7 | 51 | 0 | 9 | 0 | AD | 63 | 3B |
| Octal | 61 | 376 | 347 | 121 | 0 | 11 | 0 | 255 | 143 | 73 |
| Binary | 110001 | 11111110 | 11100111 | 1010001 | 0 | 1001 | 0 | 10101101 | 1100011 | 111011 |
Color Harmonies of #31FEE7
Complementary color
Monochromatic Colors of #31FEE7
Black with #31FEE7
Text Example
Text Example
White with #31FEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEE7; }
p { color: rgb(49,254,231); }
H1.HeaderClassName
{
color: #31FEE7;
}
.AnyTagClassName
{
color: #31FEE7;
}
</style>
background-color css
<style>
a { background-color: #31FEE7; }
a { background-color: rgb(49,254,231); }
div.DivClassName
{
background-color: #31FEE7;
}
.BgClassName
{
background-color: #31FEE7;
}
</style>
border-color css
<style>
span { border-color: #31FEE7; }
span { border-color: rgb(49,254,231); }
td.TdClassName
{
border-color: #31FEE7;
}
.TagClassName
{
border-color: #31FEE7;
}
</style>