Shades of Turquoise #31E5D2
Tints of Turquoise #31E5D2
RGB
CMYK
RGB Variations
Color information
#31E5D2 (or 0x31E5D2) is known color: Turquoise. HEX triplet: 31, E5 and D2. RGB value is (49,229,210). Sum of RGB (Red+Green+Blue) = 49+229+210=488 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.04% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #31E5D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E5D2 is #CE1A2D. Grayscale: #ACACAC. Windows color (decimal): -13507118 or 13821233. OLE color: 13821233.
HSL color Cylindrical-coordinate representation of color #31E5D2: hue angle of 173.67º 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 #31E5D2 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 229 | 210 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.10 |
| HSL | 173.67º | 0.78% | 0.55% | - |
| HSV(B) | 173.67º | 0.79% | 0.9% | - |
| XYZ | 40.92 | 61.34 | 70.66 | - |
| YUV | 173.01 | 148.87 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 229 | 210 | 0.79 | 0 | 0.08 | 0.10 | 173.67 | 0.78 | 0.55 |
| Hex | 31 | E5 | D2 | 4F | 0 | 8 | A | AE | 4E | 37 |
| Octal | 61 | 345 | 322 | 117 | 0 | 10 | 12 | 256 | 116 | 67 |
| Binary | 110001 | 11100101 | 11010010 | 1001111 | 0 | 1000 | 1010 | 10101110 | 1001110 | 110111 |
Color Harmonies of #31E5D2
Complementary color
Monochromatic Colors of #31E5D2
Black with #31E5D2
Text Example
Text Example
White with #31E5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E5D2; }
p { color: rgb(49,229,210); }
H1.HeaderClassName
{
color: #31E5D2;
}
.AnyTagClassName
{
color: #31E5D2;
}
</style>
background-color css
<style>
a { background-color: #31E5D2; }
a { background-color: rgb(49,229,210); }
div.DivClassName
{
background-color: #31E5D2;
}
.BgClassName
{
background-color: #31E5D2;
}
</style>
border-color css
<style>
span { border-color: #31E5D2; }
span { border-color: rgb(49,229,210); }
td.TdClassName
{
border-color: #31E5D2;
}
.TagClassName
{
border-color: #31E5D2;
}
</style>