Shades of Turquoise #31D1D5
Tints of Turquoise #31D1D5
RGB
CMYK
RGB Variations
Color information
#31D1D5 (or 0x31D1D5) is known color: Turquoise. HEX triplet: 31, D1 and D5. RGB value is (49,209,213). Sum of RGB (Red+Green+Blue) = 49+209+213=471 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.40% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #31D1D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D1D5 is #CE2E2A. Grayscale: #A1A1A1. Windows color (decimal): -13512235 or 14012721. OLE color: 14012721.
HSL color Cylindrical-coordinate representation of color #31D1D5: hue angle of 181.46º 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 #31D1D5 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 209 | 213 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.16 |
| HSL | 181.46º | 0.66% | 0.51% | - |
| HSV(B) | 181.46º | 0.77% | 0.84% | - |
| XYZ | 36.08 | 51.06 | 70.9 | - |
| YUV | 161.62 | 156.99 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 209 | 213 | 0.77 | 0.02 | 0 | 0.16 | 181.46 | 0.66 | 0.51 |
| Hex | 31 | D1 | D5 | 4D | 2 | 0 | 10 | B5 | 42 | 33 |
| Octal | 61 | 321 | 325 | 115 | 2 | 0 | 20 | 265 | 102 | 63 |
| Binary | 110001 | 11010001 | 11010101 | 1001101 | 10 | 0 | 10000 | 10110101 | 1000010 | 110011 |
Color Harmonies of #31D1D5
Complementary color
Monochromatic Colors of #31D1D5
Black with #31D1D5
Text Example
Text Example
White with #31D1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D1D5; }
p { color: rgb(49,209,213); }
H1.HeaderClassName
{
color: #31D1D5;
}
.AnyTagClassName
{
color: #31D1D5;
}
</style>
background-color css
<style>
a { background-color: #31D1D5; }
a { background-color: rgb(49,209,213); }
div.DivClassName
{
background-color: #31D1D5;
}
.BgClassName
{
background-color: #31D1D5;
}
</style>
border-color css
<style>
span { border-color: #31D1D5; }
span { border-color: rgb(49,209,213); }
td.TdClassName
{
border-color: #31D1D5;
}
.TagClassName
{
border-color: #31D1D5;
}
</style>