Shades of Turquoise #31D7BA
Tints of Turquoise #31D7BA
RGB
CMYK
RGB Variations
Color information
#31D7BA (or 0x31D7BA) is known color: Turquoise. HEX triplet: 31, D7 and BA. RGB value is (49,215,186). Sum of RGB (Red+Green+Blue) = 49+215+186=450 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.89% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #31D7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D7BA is #CE2845. Grayscale: #A2A2A2. Windows color (decimal): -13510726 or 12244785. OLE color: 12244785.
HSL color Cylindrical-coordinate representation of color #31D7BA: hue angle of 169.52º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D7BA is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 186 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.16 |
| HSL | 169.52º | 0.67% | 0.52% | - |
| HSV(B) | 169.52º | 0.77% | 0.84% | - |
| XYZ | 34.43 | 52.8 | 54.83 | - |
| YUV | 162.06 | 141.5 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 186 | 0.77 | 0 | 0.13 | 0.16 | 169.52 | 0.67 | 0.52 |
| Hex | 31 | D7 | BA | 4D | 0 | D | 10 | AA | 43 | 34 |
| Octal | 61 | 327 | 272 | 115 | 0 | 15 | 20 | 252 | 103 | 64 |
| Binary | 110001 | 11010111 | 10111010 | 1001101 | 0 | 1101 | 10000 | 10101010 | 1000011 | 110100 |
Color Harmonies of #31D7BA
Complementary color
Monochromatic Colors of #31D7BA
Black with #31D7BA
Text Example
Text Example
White with #31D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D7BA; }
p { color: rgb(49,215,186); }
H1.HeaderClassName
{
color: #31D7BA;
}
.AnyTagClassName
{
color: #31D7BA;
}
</style>
background-color css
<style>
a { background-color: #31D7BA; }
a { background-color: rgb(49,215,186); }
div.DivClassName
{
background-color: #31D7BA;
}
.BgClassName
{
background-color: #31D7BA;
}
</style>
border-color css
<style>
span { border-color: #31D7BA; }
span { border-color: rgb(49,215,186); }
td.TdClassName
{
border-color: #31D7BA;
}
.TagClassName
{
border-color: #31D7BA;
}
</style>