Shades of Turquoise #31E7DD
Tints of Turquoise #31E7DD
RGB
CMYK
RGB Variations
Color information
#31E7DD (or 0x31E7DD) is known color: Turquoise. HEX triplet: 31, E7 and DD. RGB value is (49,231,221). Sum of RGB (Red+Green+Blue) = 49+231+221=501 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.78% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #31E7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E7DD is #CE1822. Grayscale: #AFAFAF. Windows color (decimal): -13506595 or 14542641. OLE color: 14542641.
HSL color Cylindrical-coordinate representation of color #31E7DD: hue angle of 176.7º 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 #31E7DD is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 231 | 221 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.09 |
| HSL | 176.7º | 0.79% | 0.55% | - |
| HSV(B) | 176.7º | 0.79% | 0.91% | - |
| XYZ | 42.89 | 63.03 | 78.31 | - |
| YUV | 175.44 | 153.7 | 37.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 231 | 221 | 0.79 | 0 | 0.04 | 0.09 | 176.7 | 0.79 | 0.55 |
| Hex | 31 | E7 | DD | 4F | 0 | 4 | 9 | B1 | 4F | 37 |
| Octal | 61 | 347 | 335 | 117 | 0 | 4 | 11 | 261 | 117 | 67 |
| Binary | 110001 | 11100111 | 11011101 | 1001111 | 0 | 100 | 1001 | 10110001 | 1001111 | 110111 |
Color Harmonies of #31E7DD
Complementary color
Monochromatic Colors of #31E7DD
Black with #31E7DD
Text Example
Text Example
White with #31E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E7DD; }
p { color: rgb(49,231,221); }
H1.HeaderClassName
{
color: #31E7DD;
}
.AnyTagClassName
{
color: #31E7DD;
}
</style>
background-color css
<style>
a { background-color: #31E7DD; }
a { background-color: rgb(49,231,221); }
div.DivClassName
{
background-color: #31E7DD;
}
.BgClassName
{
background-color: #31E7DD;
}
</style>
border-color css
<style>
span { border-color: #31E7DD; }
span { border-color: rgb(49,231,221); }
td.TdClassName
{
border-color: #31E7DD;
}
.TagClassName
{
border-color: #31E7DD;
}
</style>