Shades of Turquoise #31DFBA
Tints of Turquoise #31DFBA
RGB
CMYK
RGB Variations
Color information
#31DFBA (or 0x31DFBA) is known color: Turquoise. HEX triplet: 31, DF and BA. RGB value is (49,223,186). Sum of RGB (Red+Green+Blue) = 49+223+186=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DFBA is #CE2045. Grayscale: #A6A6A6. Windows color (decimal): -13508678 or 12246833. OLE color: 12246833.
HSL color Cylindrical-coordinate representation of color #31DFBA: hue angle of 167.24º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DFBA is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 186 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.13 |
| HSL | 167.24º | 0.73% | 0.53% | - |
| HSV(B) | 167.24º | 0.78% | 0.87% | - |
| XYZ | 36.52 | 56.97 | 55.53 | - |
| YUV | 166.76 | 138.85 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 186 | 0.78 | 0 | 0.17 | 0.13 | 167.24 | 0.73 | 0.53 |
| Hex | 31 | DF | BA | 4E | 0 | 11 | D | A7 | 49 | 35 |
| Octal | 61 | 337 | 272 | 116 | 0 | 21 | 15 | 247 | 111 | 65 |
| Binary | 110001 | 11011111 | 10111010 | 1001110 | 0 | 10001 | 1101 | 10100111 | 1001001 | 110101 |
Color Harmonies of #31DFBA
Complementary color
Monochromatic Colors of #31DFBA
Black with #31DFBA
Text Example
Text Example
White with #31DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DFBA; }
p { color: rgb(49,223,186); }
H1.HeaderClassName
{
color: #31DFBA;
}
.AnyTagClassName
{
color: #31DFBA;
}
</style>
background-color css
<style>
a { background-color: #31DFBA; }
a { background-color: rgb(49,223,186); }
div.DivClassName
{
background-color: #31DFBA;
}
.BgClassName
{
background-color: #31DFBA;
}
</style>
border-color css
<style>
span { border-color: #31DFBA; }
span { border-color: rgb(49,223,186); }
td.TdClassName
{
border-color: #31DFBA;
}
.TagClassName
{
border-color: #31DFBA;
}
</style>