Shades of Turquoise #31ECB9
Tints of Turquoise #31ECB9
RGB
CMYK
RGB Variations
Color information
#31ECB9 (or 0x31ECB9) is known color: Turquoise. HEX triplet: 31, EC and B9. RGB value is (49,236,185). Sum of RGB (Red+Green+Blue) = 49+236+185=470 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.43% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECB9 is #CE1346. Grayscale: #AEAEAE. Windows color (decimal): -13505351 or 12184625. OLE color: 12184625.
HSL color Cylindrical-coordinate representation of color #31ECB9: hue angle of 163.64º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ECB9 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 185 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.07 |
| HSL | 163.64º | 0.83% | 0.56% | - |
| HSV(B) | 163.64º | 0.79% | 0.93% | - |
| XYZ | 40.02 | 64.15 | 56.17 | - |
| YUV | 174.27 | 134.05 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 185 | 0.79 | 0 | 0.22 | 0.07 | 163.64 | 0.83 | 0.56 |
| Hex | 31 | EC | B9 | 4F | 0 | 16 | 7 | A4 | 53 | 38 |
| Octal | 61 | 354 | 271 | 117 | 0 | 26 | 7 | 244 | 123 | 70 |
| Binary | 110001 | 11101100 | 10111001 | 1001111 | 0 | 10110 | 111 | 10100100 | 1010011 | 111000 |
Color Harmonies of #31ECB9
Complementary color
Monochromatic Colors of #31ECB9
Black with #31ECB9
Text Example
Text Example
White with #31ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECB9; }
p { color: rgb(49,236,185); }
H1.HeaderClassName
{
color: #31ECB9;
}
.AnyTagClassName
{
color: #31ECB9;
}
</style>
background-color css
<style>
a { background-color: #31ECB9; }
a { background-color: rgb(49,236,185); }
div.DivClassName
{
background-color: #31ECB9;
}
.BgClassName
{
background-color: #31ECB9;
}
</style>
border-color css
<style>
span { border-color: #31ECB9; }
span { border-color: rgb(49,236,185); }
td.TdClassName
{
border-color: #31ECB9;
}
.TagClassName
{
border-color: #31ECB9;
}
</style>