Shades of Turquoise #31E4DB
Tints of Turquoise #31E4DB
RGB
CMYK
RGB Variations
Color information
#31E4DB (or 0x31E4DB) is known color: Turquoise. HEX triplet: 31, E4 and DB. RGB value is (49,228,219). Sum of RGB (Red+Green+Blue) = 49+228+219=496 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.88% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #31E4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E4DB is #CE1B24. Grayscale: #ADADAD. Windows color (decimal): -13507365 or 14410801. OLE color: 14410801.
HSL color Cylindrical-coordinate representation of color #31E4DB: hue angle of 176.98º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E4DB is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 228 | 219 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.11 |
| HSL | 176.98º | 0.77% | 0.54% | - |
| HSV(B) | 176.98º | 0.79% | 0.89% | - |
| XYZ | 41.8 | 61.25 | 76.64 | - |
| YUV | 173.45 | 153.7 | 39.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 228 | 219 | 0.79 | 0 | 0.04 | 0.11 | 176.98 | 0.77 | 0.54 |
| Hex | 31 | E4 | DB | 4F | 0 | 4 | B | B1 | 4D | 36 |
| Octal | 61 | 344 | 333 | 117 | 0 | 4 | 13 | 261 | 115 | 66 |
| Binary | 110001 | 11100100 | 11011011 | 1001111 | 0 | 100 | 1011 | 10110001 | 1001101 | 110110 |
Color Harmonies of #31E4DB
Complementary color
Monochromatic Colors of #31E4DB
Black with #31E4DB
Text Example
Text Example
White with #31E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E4DB; }
p { color: rgb(49,228,219); }
H1.HeaderClassName
{
color: #31E4DB;
}
.AnyTagClassName
{
color: #31E4DB;
}
</style>
background-color css
<style>
a { background-color: #31E4DB; }
a { background-color: rgb(49,228,219); }
div.DivClassName
{
background-color: #31E4DB;
}
.BgClassName
{
background-color: #31E4DB;
}
</style>
border-color css
<style>
span { border-color: #31E4DB; }
span { border-color: rgb(49,228,219); }
td.TdClassName
{
border-color: #31E4DB;
}
.TagClassName
{
border-color: #31E4DB;
}
</style>