Shades of Turquoise #31D5C7
Tints of Turquoise #31D5C7
RGB
CMYK
RGB Variations
Color information
#31D5C7 (or 0x31D5C7) is known color: Turquoise. HEX triplet: 31, D5 and C7. RGB value is (49,213,199). Sum of RGB (Red+Green+Blue) = 49+213+199=461 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.63% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #31D5C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D5C7 is #CE2A38. Grayscale: #A2A2A2. Windows color (decimal): -13511225 or 13096241. OLE color: 13096241.
HSL color Cylindrical-coordinate representation of color #31D5C7: hue angle of 174.88º 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 #31D5C7 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 199 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.16 |
| HSL | 174.88º | 0.66% | 0.51% | - |
| HSV(B) | 174.88º | 0.77% | 0.84% | - |
| XYZ | 35.37 | 52.36 | 62.28 | - |
| YUV | 162.37 | 148.67 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 199 | 0.77 | 0 | 0.07 | 0.16 | 174.88 | 0.66 | 0.51 |
| Hex | 31 | D5 | C7 | 4D | 0 | 7 | 10 | AF | 42 | 33 |
| Octal | 61 | 325 | 307 | 115 | 0 | 7 | 20 | 257 | 102 | 63 |
| Binary | 110001 | 11010101 | 11000111 | 1001101 | 0 | 111 | 10000 | 10101111 | 1000010 | 110011 |
Color Harmonies of #31D5C7
Complementary color
Monochromatic Colors of #31D5C7
Black with #31D5C7
Text Example
Text Example
White with #31D5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D5C7; }
p { color: rgb(49,213,199); }
H1.HeaderClassName
{
color: #31D5C7;
}
.AnyTagClassName
{
color: #31D5C7;
}
</style>
background-color css
<style>
a { background-color: #31D5C7; }
a { background-color: rgb(49,213,199); }
div.DivClassName
{
background-color: #31D5C7;
}
.BgClassName
{
background-color: #31D5C7;
}
</style>
border-color css
<style>
span { border-color: #31D5C7; }
span { border-color: rgb(49,213,199); }
td.TdClassName
{
border-color: #31D5C7;
}
.TagClassName
{
border-color: #31D5C7;
}
</style>