Shades of Turquoise #31F2BA
Tints of Turquoise #31F2BA
RGB
CMYK
RGB Variations
Color information
#31F2BA (or 0x31F2BA) is known color: Turquoise. HEX triplet: 31, F2 and BA. RGB value is (49,242,186). Sum of RGB (Red+Green+Blue) = 49+242+186=477 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.27% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #31F2BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F2BA is #CE0D45. Grayscale: #B1B1B1. Windows color (decimal): -13503814 or 12251697. OLE color: 12251697.
HSL color Cylindrical-coordinate representation of color #31F2BA: hue angle of 162.59º degrees, saturation: 0.88, 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 #31F2BA is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 186 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.05 |
| HSL | 162.59º | 0.88% | 0.57% | - |
| HSV(B) | 162.59º | 0.8% | 0.95% | - |
| XYZ | 41.88 | 67.7 | 57.31 | - |
| YUV | 177.91 | 132.56 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 186 | 0.80 | 0 | 0.23 | 0.05 | 162.59 | 0.88 | 0.57 |
| Hex | 31 | F2 | BA | 50 | 0 | 17 | 5 | A3 | 58 | 39 |
| Octal | 61 | 362 | 272 | 120 | 0 | 27 | 5 | 243 | 130 | 71 |
| Binary | 110001 | 11110010 | 10111010 | 1010000 | 0 | 10111 | 101 | 10100011 | 1011000 | 111001 |
Color Harmonies of #31F2BA
Complementary color
Monochromatic Colors of #31F2BA
Black with #31F2BA
Text Example
Text Example
White with #31F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F2BA; }
p { color: rgb(49,242,186); }
H1.HeaderClassName
{
color: #31F2BA;
}
.AnyTagClassName
{
color: #31F2BA;
}
</style>
background-color css
<style>
a { background-color: #31F2BA; }
a { background-color: rgb(49,242,186); }
div.DivClassName
{
background-color: #31F2BA;
}
.BgClassName
{
background-color: #31F2BA;
}
</style>
border-color css
<style>
span { border-color: #31F2BA; }
span { border-color: rgb(49,242,186); }
td.TdClassName
{
border-color: #31F2BA;
}
.TagClassName
{
border-color: #31F2BA;
}
</style>