Shades of Turquoise #31FFBE
Tints of Turquoise #31FFBE
RGB
CMYK
RGB Variations
Color information
#31FFBE (or 0x31FFBE) is known color: Turquoise. HEX triplet: 31, FF and BE. RGB value is (49,255,190). Sum of RGB (Red+Green+Blue) = 49+255+190=494 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.92% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FFBE is #CE0041. Grayscale: #BABABA. Windows color (decimal): -13500482 or 12517169. OLE color: 12517169.
HSL color Cylindrical-coordinate representation of color #31FFBE: hue angle of 161.07º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FFBE is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 190 | - |
| CMYK | 0.81 | 0 | 0.25 | 0 |
| HSL | 161.07º | 1% | 0.6% | - |
| HSV(B) | 161.07º | 0.81% | 1% | - |
| XYZ | 46.32 | 75.89 | 60.92 | - |
| YUV | 186 | 130.25 | 30.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 190 | 0.81 | 0 | 0.25 | 0 | 161.07 | 1 | 0.6 |
| Hex | 31 | FF | BE | 51 | 0 | 19 | 0 | A1 | 64 | 3C |
| Octal | 61 | 377 | 276 | 121 | 0 | 31 | 0 | 241 | 144 | 74 |
| Binary | 110001 | 11111111 | 10111110 | 1010001 | 0 | 11001 | 0 | 10100001 | 1100100 | 111100 |
Color Harmonies of #31FFBE
Complementary color
Monochromatic Colors of #31FFBE
Black with #31FFBE
Text Example
Text Example
White with #31FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFBE; }
p { color: rgb(49,255,190); }
H1.HeaderClassName
{
color: #31FFBE;
}
.AnyTagClassName
{
color: #31FFBE;
}
</style>
background-color css
<style>
a { background-color: #31FFBE; }
a { background-color: rgb(49,255,190); }
div.DivClassName
{
background-color: #31FFBE;
}
.BgClassName
{
background-color: #31FFBE;
}
</style>
border-color css
<style>
span { border-color: #31FFBE; }
span { border-color: rgb(49,255,190); }
td.TdClassName
{
border-color: #31FFBE;
}
.TagClassName
{
border-color: #31FFBE;
}
</style>