Shades of Turquoise #31FEBF
Tints of Turquoise #31FEBF
RGB
CMYK
RGB Variations
Color information
#31FEBF (or 0x31FEBF) is known color: Turquoise. HEX triplet: 31, FE and BF. RGB value is (49,254,191). Sum of RGB (Red+Green+Blue) = 49+254+191=494 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.92% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FEBF is #CE0140. Grayscale: #B9B9B9. Windows color (decimal): -13500737 or 12582449. OLE color: 12582449.
HSL color Cylindrical-coordinate representation of color #31FEBF: hue angle of 161.56º 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 #31FEBF is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 191 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.00 |
| HSL | 161.56º | 0.99% | 0.59% | - |
| HSV(B) | 161.56º | 0.81% | 1% | - |
| XYZ | 46.11 | 75.3 | 61.39 | - |
| YUV | 185.52 | 131.08 | 30.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 191 | 0.81 | 0 | 0.25 | 0.00 | 161.56 | 0.99 | 0.59 |
| Hex | 31 | FE | BF | 51 | 0 | 19 | 0 | A2 | 63 | 3B |
| Octal | 61 | 376 | 277 | 121 | 0 | 31 | 0 | 242 | 143 | 73 |
| Binary | 110001 | 11111110 | 10111111 | 1010001 | 0 | 11001 | 0 | 10100010 | 1100011 | 111011 |
Color Harmonies of #31FEBF
Complementary color
Monochromatic Colors of #31FEBF
Black with #31FEBF
Text Example
Text Example
White with #31FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEBF; }
p { color: rgb(49,254,191); }
H1.HeaderClassName
{
color: #31FEBF;
}
.AnyTagClassName
{
color: #31FEBF;
}
</style>
background-color css
<style>
a { background-color: #31FEBF; }
a { background-color: rgb(49,254,191); }
div.DivClassName
{
background-color: #31FEBF;
}
.BgClassName
{
background-color: #31FEBF;
}
</style>
border-color css
<style>
span { border-color: #31FEBF; }
span { border-color: rgb(49,254,191); }
td.TdClassName
{
border-color: #31FEBF;
}
.TagClassName
{
border-color: #31FEBF;
}
</style>