Shades of Turquoise #31D2C5
Tints of Turquoise #31D2C5
RGB
CMYK
RGB Variations
Color information
#31D2C5 (or 0x31D2C5) is known color: Turquoise. HEX triplet: 31, D2 and C5. RGB value is (49,210,197). Sum of RGB (Red+Green+Blue) = 49+210+197=456 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.75% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #31D2C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D2C5 is #CE2D3A. Grayscale: #A0A0A0. Windows color (decimal): -13511995 or 12964401. OLE color: 12964401.
HSL color Cylindrical-coordinate representation of color #31D2C5: hue angle of 175.16º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D2C5 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 197 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.18 |
| HSL | 175.16º | 0.64% | 0.51% | - |
| HSV(B) | 175.16º | 0.77% | 0.82% | - |
| XYZ | 34.39 | 50.78 | 60.81 | - |
| YUV | 160.38 | 148.66 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 197 | 0.77 | 0 | 0.06 | 0.18 | 175.16 | 0.64 | 0.51 |
| Hex | 31 | D2 | C5 | 4D | 0 | 6 | 12 | AF | 40 | 33 |
| Octal | 61 | 322 | 305 | 115 | 0 | 6 | 22 | 257 | 100 | 63 |
| Binary | 110001 | 11010010 | 11000101 | 1001101 | 0 | 110 | 10010 | 10101111 | 1000000 | 110011 |
Color Harmonies of #31D2C5
Complementary color
Monochromatic Colors of #31D2C5
Black with #31D2C5
Text Example
Text Example
White with #31D2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D2C5; }
p { color: rgb(49,210,197); }
H1.HeaderClassName
{
color: #31D2C5;
}
.AnyTagClassName
{
color: #31D2C5;
}
</style>
background-color css
<style>
a { background-color: #31D2C5; }
a { background-color: rgb(49,210,197); }
div.DivClassName
{
background-color: #31D2C5;
}
.BgClassName
{
background-color: #31D2C5;
}
</style>
border-color css
<style>
span { border-color: #31D2C5; }
span { border-color: rgb(49,210,197); }
td.TdClassName
{
border-color: #31D2C5;
}
.TagClassName
{
border-color: #31D2C5;
}
</style>