Shades of Turquoise #31E7D6
Tints of Turquoise #31E7D6
RGB
CMYK
RGB Variations
Color information
#31E7D6 (or 0x31E7D6) is known color: Turquoise. HEX triplet: 31, E7 and D6. RGB value is (49,231,214). Sum of RGB (Red+Green+Blue) = 49+231+214=494 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.92% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #31E7D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E7D6 is #CE1829. Grayscale: #AEAEAE. Windows color (decimal): -13506602 or 14083889. OLE color: 14083889.
HSL color Cylindrical-coordinate representation of color #31E7D6: hue angle of 174.4º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E7D6 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 231 | 214 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.09 |
| HSL | 174.4º | 0.79% | 0.55% | - |
| HSV(B) | 174.4º | 0.79% | 0.91% | - |
| XYZ | 41.98 | 62.66 | 73.5 | - |
| YUV | 174.64 | 150.2 | 38.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 231 | 214 | 0.79 | 0 | 0.07 | 0.09 | 174.4 | 0.79 | 0.55 |
| Hex | 31 | E7 | D6 | 4F | 0 | 7 | 9 | AE | 4F | 37 |
| Octal | 61 | 347 | 326 | 117 | 0 | 7 | 11 | 256 | 117 | 67 |
| Binary | 110001 | 11100111 | 11010110 | 1001111 | 0 | 111 | 1001 | 10101110 | 1001111 | 110111 |
Color Harmonies of #31E7D6
Complementary color
Monochromatic Colors of #31E7D6
Black with #31E7D6
Text Example
Text Example
White with #31E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E7D6; }
p { color: rgb(49,231,214); }
H1.HeaderClassName
{
color: #31E7D6;
}
.AnyTagClassName
{
color: #31E7D6;
}
</style>
background-color css
<style>
a { background-color: #31E7D6; }
a { background-color: rgb(49,231,214); }
div.DivClassName
{
background-color: #31E7D6;
}
.BgClassName
{
background-color: #31E7D6;
}
</style>
border-color css
<style>
span { border-color: #31E7D6; }
span { border-color: rgb(49,231,214); }
td.TdClassName
{
border-color: #31E7D6;
}
.TagClassName
{
border-color: #31E7D6;
}
</style>