Shades of Turquoise #31E6DD
Tints of Turquoise #31E6DD
RGB
CMYK
RGB Variations
Color information
#31E6DD (or 0x31E6DD) is known color: Turquoise. HEX triplet: 31, E6 and DD. RGB value is (49,230,221). Sum of RGB (Red+Green+Blue) = 49+230+221=500 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.8% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #31E6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E6DD is #CE1922. Grayscale: #AEAEAE. Windows color (decimal): -13506851 or 14542385. OLE color: 14542385.
HSL color Cylindrical-coordinate representation of color #31E6DD: hue angle of 177.02º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E6DD is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 230 | 221 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.10 |
| HSL | 177.02º | 0.78% | 0.55% | - |
| HSV(B) | 177.02º | 0.79% | 0.9% | - |
| XYZ | 42.61 | 62.47 | 78.22 | - |
| YUV | 174.86 | 154.03 | 38.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 230 | 221 | 0.79 | 0 | 0.04 | 0.10 | 177.02 | 0.78 | 0.55 |
| Hex | 31 | E6 | DD | 4F | 0 | 4 | A | B1 | 4E | 37 |
| Octal | 61 | 346 | 335 | 117 | 0 | 4 | 12 | 261 | 116 | 67 |
| Binary | 110001 | 11100110 | 11011101 | 1001111 | 0 | 100 | 1010 | 10110001 | 1001110 | 110111 |
Color Harmonies of #31E6DD
Complementary color
Monochromatic Colors of #31E6DD
Black with #31E6DD
Text Example
Text Example
White with #31E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E6DD; }
p { color: rgb(49,230,221); }
H1.HeaderClassName
{
color: #31E6DD;
}
.AnyTagClassName
{
color: #31E6DD;
}
</style>
background-color css
<style>
a { background-color: #31E6DD; }
a { background-color: rgb(49,230,221); }
div.DivClassName
{
background-color: #31E6DD;
}
.BgClassName
{
background-color: #31E6DD;
}
</style>
border-color css
<style>
span { border-color: #31E6DD; }
span { border-color: rgb(49,230,221); }
td.TdClassName
{
border-color: #31E6DD;
}
.TagClassName
{
border-color: #31E6DD;
}
</style>