Shades of Turquoise #31E4D2
Tints of Turquoise #31E4D2
RGB
CMYK
RGB Variations
Color information
#31E4D2 (or 0x31E4D2) is known color: Turquoise. HEX triplet: 31, E4 and D2. RGB value is (49,228,210). Sum of RGB (Red+Green+Blue) = 49+228+210=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #31E4D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E4D2 is #CE1B2D. Grayscale: #ACACAC. Windows color (decimal): -13507374 or 13820977. OLE color: 13820977.
HSL color Cylindrical-coordinate representation of color #31E4D2: hue angle of 173.97º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E4D2 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 228 | 210 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.11 |
| HSL | 173.97º | 0.77% | 0.54% | - |
| HSV(B) | 173.97º | 0.79% | 0.89% | - |
| XYZ | 40.64 | 60.79 | 70.56 | - |
| YUV | 172.43 | 149.2 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 228 | 210 | 0.79 | 0 | 0.08 | 0.11 | 173.97 | 0.77 | 0.54 |
| Hex | 31 | E4 | D2 | 4F | 0 | 8 | B | AE | 4D | 36 |
| Octal | 61 | 344 | 322 | 117 | 0 | 10 | 13 | 256 | 115 | 66 |
| Binary | 110001 | 11100100 | 11010010 | 1001111 | 0 | 1000 | 1011 | 10101110 | 1001101 | 110110 |
Color Harmonies of #31E4D2
Complementary color
Monochromatic Colors of #31E4D2
Black with #31E4D2
Text Example
Text Example
White with #31E4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E4D2; }
p { color: rgb(49,228,210); }
H1.HeaderClassName
{
color: #31E4D2;
}
.AnyTagClassName
{
color: #31E4D2;
}
</style>
background-color css
<style>
a { background-color: #31E4D2; }
a { background-color: rgb(49,228,210); }
div.DivClassName
{
background-color: #31E4D2;
}
.BgClassName
{
background-color: #31E4D2;
}
</style>
border-color css
<style>
span { border-color: #31E4D2; }
span { border-color: rgb(49,228,210); }
td.TdClassName
{
border-color: #31E4D2;
}
.TagClassName
{
border-color: #31E4D2;
}
</style>