Shades of Turquoise #31EEBA
Tints of Turquoise #31EEBA
RGB
CMYK
RGB Variations
Color information
#31EEBA (or 0x31EEBA) is known color: Turquoise. HEX triplet: 31, EE and BA. RGB value is (49,238,186). Sum of RGB (Red+Green+Blue) = 49+238+186=473 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.36% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #31EEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EEBA is #CE1145. Grayscale: #AFAFAF. Windows color (decimal): -13504838 or 12250673. OLE color: 12250673.
HSL color Cylindrical-coordinate representation of color #31EEBA: hue angle of 163.49º degrees, saturation: 0.85, 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 #31EEBA is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 238 | 186 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.07 |
| HSL | 163.49º | 0.85% | 0.56% | - |
| HSV(B) | 163.49º | 0.79% | 0.93% | - |
| XYZ | 40.7 | 65.35 | 56.92 | - |
| YUV | 175.56 | 133.88 | 37.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 238 | 186 | 0.79 | 0 | 0.22 | 0.07 | 163.49 | 0.85 | 0.56 |
| Hex | 31 | EE | BA | 4F | 0 | 16 | 7 | A3 | 55 | 38 |
| Octal | 61 | 356 | 272 | 117 | 0 | 26 | 7 | 243 | 125 | 70 |
| Binary | 110001 | 11101110 | 10111010 | 1001111 | 0 | 10110 | 111 | 10100011 | 1010101 | 111000 |
Color Harmonies of #31EEBA
Complementary color
Monochromatic Colors of #31EEBA
Black with #31EEBA
Text Example
Text Example
White with #31EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EEBA; }
p { color: rgb(49,238,186); }
H1.HeaderClassName
{
color: #31EEBA;
}
.AnyTagClassName
{
color: #31EEBA;
}
</style>
background-color css
<style>
a { background-color: #31EEBA; }
a { background-color: rgb(49,238,186); }
div.DivClassName
{
background-color: #31EEBA;
}
.BgClassName
{
background-color: #31EEBA;
}
</style>
border-color css
<style>
span { border-color: #31EEBA; }
span { border-color: rgb(49,238,186); }
td.TdClassName
{
border-color: #31EEBA;
}
.TagClassName
{
border-color: #31EEBA;
}
</style>