Shades of Turquoise #31D5BC
Tints of Turquoise #31D5BC
RGB
CMYK
RGB Variations
Color information
#31D5BC (or 0x31D5BC) is known color: Turquoise. HEX triplet: 31, D5 and BC. RGB value is (49,213,188). Sum of RGB (Red+Green+Blue) = 49+213+188=450 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.89% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #31D5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D5BC is #CE2A43. Grayscale: #A1A1A1. Windows color (decimal): -13511236 or 12375345. OLE color: 12375345.
HSL color Cylindrical-coordinate representation of color #31D5BC: hue angle of 170.85º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D5BC is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 188 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.16 |
| HSL | 170.85º | 0.66% | 0.51% | - |
| HSV(B) | 170.85º | 0.77% | 0.84% | - |
| XYZ | 34.14 | 51.87 | 55.79 | - |
| YUV | 161.11 | 143.17 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 188 | 0.77 | 0 | 0.12 | 0.16 | 170.85 | 0.66 | 0.51 |
| Hex | 31 | D5 | BC | 4D | 0 | C | 10 | AB | 42 | 33 |
| Octal | 61 | 325 | 274 | 115 | 0 | 14 | 20 | 253 | 102 | 63 |
| Binary | 110001 | 11010101 | 10111100 | 1001101 | 0 | 1100 | 10000 | 10101011 | 1000010 | 110011 |
Color Harmonies of #31D5BC
Complementary color
Monochromatic Colors of #31D5BC
Black with #31D5BC
Text Example
Text Example
White with #31D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D5BC; }
p { color: rgb(49,213,188); }
H1.HeaderClassName
{
color: #31D5BC;
}
.AnyTagClassName
{
color: #31D5BC;
}
</style>
background-color css
<style>
a { background-color: #31D5BC; }
a { background-color: rgb(49,213,188); }
div.DivClassName
{
background-color: #31D5BC;
}
.BgClassName
{
background-color: #31D5BC;
}
</style>
border-color css
<style>
span { border-color: #31D5BC; }
span { border-color: rgb(49,213,188); }
td.TdClassName
{
border-color: #31D5BC;
}
.TagClassName
{
border-color: #31D5BC;
}
</style>