Shades of Turquoise #31D3DB
Tints of Turquoise #31D3DB
RGB
CMYK
RGB Variations
Color information
#31D3DB (or 0x31D3DB) is known color: Turquoise. HEX triplet: 31, D3 and DB. RGB value is (49,211,219). Sum of RGB (Red+Green+Blue) = 49+211+219=479 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.23% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #31D3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D3DB is #CE2C24. Grayscale: #A3A3A3. Windows color (decimal): -13511717 or 14406449. OLE color: 14406449.
HSL color Cylindrical-coordinate representation of color #31D3DB: hue angle of 182.82º degrees, saturation: 0.7, 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 #31D3DB is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 211 | 219 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.14 |
| HSL | 182.82º | 0.7% | 0.53% | - |
| HSV(B) | 182.82º | 0.78% | 0.86% | - |
| XYZ | 37.35 | 52.36 | 75.16 | - |
| YUV | 163.47 | 159.33 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 211 | 219 | 0.78 | 0.04 | 0 | 0.14 | 182.82 | 0.7 | 0.53 |
| Hex | 31 | D3 | DB | 4E | 4 | 0 | E | B7 | 46 | 35 |
| Octal | 61 | 323 | 333 | 116 | 4 | 0 | 16 | 267 | 106 | 65 |
| Binary | 110001 | 11010011 | 11011011 | 1001110 | 100 | 0 | 1110 | 10110111 | 1000110 | 110101 |
Color Harmonies of #31D3DB
Complementary color
Monochromatic Colors of #31D3DB
Black with #31D3DB
Text Example
Text Example
White with #31D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D3DB; }
p { color: rgb(49,211,219); }
H1.HeaderClassName
{
color: #31D3DB;
}
.AnyTagClassName
{
color: #31D3DB;
}
</style>
background-color css
<style>
a { background-color: #31D3DB; }
a { background-color: rgb(49,211,219); }
div.DivClassName
{
background-color: #31D3DB;
}
.BgClassName
{
background-color: #31D3DB;
}
</style>
border-color css
<style>
span { border-color: #31D3DB; }
span { border-color: rgb(49,211,219); }
td.TdClassName
{
border-color: #31D3DB;
}
.TagClassName
{
border-color: #31D3DB;
}
</style>