Shades of Turquoise #31DCBA
Tints of Turquoise #31DCBA
RGB
CMYK
RGB Variations
Color information
#31DCBA (or 0x31DCBA) is known color: Turquoise. HEX triplet: 31, DC and BA. RGB value is (49,220,186). Sum of RGB (Red+Green+Blue) = 49+220+186=455 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.77% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCBA is #CE2345. Grayscale: #A4A4A4. Windows color (decimal): -13509446 or 12246065. OLE color: 12246065.
HSL color Cylindrical-coordinate representation of color #31DCBA: hue angle of 168.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DCBA is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 186 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.14 |
| HSL | 168.07º | 0.71% | 0.53% | - |
| HSV(B) | 168.07º | 0.78% | 0.86% | - |
| XYZ | 35.72 | 55.38 | 55.26 | - |
| YUV | 165 | 139.85 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 186 | 0.78 | 0 | 0.15 | 0.14 | 168.07 | 0.71 | 0.53 |
| Hex | 31 | DC | BA | 4E | 0 | F | E | A8 | 47 | 35 |
| Octal | 61 | 334 | 272 | 116 | 0 | 17 | 16 | 250 | 107 | 65 |
| Binary | 110001 | 11011100 | 10111010 | 1001110 | 0 | 1111 | 1110 | 10101000 | 1000111 | 110101 |
Color Harmonies of #31DCBA
Complementary color
Monochromatic Colors of #31DCBA
Black with #31DCBA
Text Example
Text Example
White with #31DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCBA; }
p { color: rgb(49,220,186); }
H1.HeaderClassName
{
color: #31DCBA;
}
.AnyTagClassName
{
color: #31DCBA;
}
</style>
background-color css
<style>
a { background-color: #31DCBA; }
a { background-color: rgb(49,220,186); }
div.DivClassName
{
background-color: #31DCBA;
}
.BgClassName
{
background-color: #31DCBA;
}
</style>
border-color css
<style>
span { border-color: #31DCBA; }
span { border-color: rgb(49,220,186); }
td.TdClassName
{
border-color: #31DCBA;
}
.TagClassName
{
border-color: #31DCBA;
}
</style>