Shades of Turquoise #31ECBE
Tints of Turquoise #31ECBE
RGB
CMYK
RGB Variations
Color information
#31ECBE (or 0x31ECBE) is known color: Turquoise. HEX triplet: 31, EC and BE. RGB value is (49,236,190). Sum of RGB (Red+Green+Blue) = 49+236+190=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECBE is #CE1341. Grayscale: #AEAEAE. Windows color (decimal): -13505346 or 12512305. OLE color: 12512305.
HSL color Cylindrical-coordinate representation of color #31ECBE: hue angle of 165.24º 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 #31ECBE is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 190 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.07 |
| HSL | 165.24º | 0.83% | 0.56% | - |
| HSV(B) | 165.24º | 0.79% | 0.93% | - |
| XYZ | 40.56 | 64.36 | 59 | - |
| YUV | 174.84 | 136.55 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 190 | 0.79 | 0 | 0.19 | 0.07 | 165.24 | 0.83 | 0.56 |
| Hex | 31 | EC | BE | 4F | 0 | 13 | 7 | A5 | 53 | 38 |
| Octal | 61 | 354 | 276 | 117 | 0 | 23 | 7 | 245 | 123 | 70 |
| Binary | 110001 | 11101100 | 10111110 | 1001111 | 0 | 10011 | 111 | 10100101 | 1010011 | 111000 |
Color Harmonies of #31ECBE
Complementary color
Monochromatic Colors of #31ECBE
Black with #31ECBE
Text Example
Text Example
White with #31ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECBE; }
p { color: rgb(49,236,190); }
H1.HeaderClassName
{
color: #31ECBE;
}
.AnyTagClassName
{
color: #31ECBE;
}
</style>
background-color css
<style>
a { background-color: #31ECBE; }
a { background-color: rgb(49,236,190); }
div.DivClassName
{
background-color: #31ECBE;
}
.BgClassName
{
background-color: #31ECBE;
}
</style>
border-color css
<style>
span { border-color: #31ECBE; }
span { border-color: rgb(49,236,190); }
td.TdClassName
{
border-color: #31ECBE;
}
.TagClassName
{
border-color: #31ECBE;
}
</style>