Shades of Turquoise #31E6BB
Tints of Turquoise #31E6BB
RGB
CMYK
RGB Variations
Color information
#31E6BB (or 0x31E6BB) is known color: Turquoise. HEX triplet: 31, E6 and BB. RGB value is (49,230,187). Sum of RGB (Red+Green+Blue) = 49+230+187=466 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.52% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #31E6BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E6BB is #CE1944. Grayscale: #AAAAAA. Windows color (decimal): -13506885 or 12314161. OLE color: 12314161.
HSL color Cylindrical-coordinate representation of color #31E6BB: hue angle of 165.75º 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 #31E6BB is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 230 | 187 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.10 |
| HSL | 165.75º | 0.78% | 0.55% | - |
| HSV(B) | 165.75º | 0.79% | 0.9% | - |
| XYZ | 38.53 | 60.83 | 56.73 | - |
| YUV | 170.98 | 137.03 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 230 | 187 | 0.79 | 0 | 0.19 | 0.10 | 165.75 | 0.78 | 0.55 |
| Hex | 31 | E6 | BB | 4F | 0 | 13 | A | A6 | 4E | 37 |
| Octal | 61 | 346 | 273 | 117 | 0 | 23 | 12 | 246 | 116 | 67 |
| Binary | 110001 | 11100110 | 10111011 | 1001111 | 0 | 10011 | 1010 | 10100110 | 1001110 | 110111 |
Color Harmonies of #31E6BB
Complementary color
Monochromatic Colors of #31E6BB
Black with #31E6BB
Text Example
Text Example
White with #31E6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E6BB; }
p { color: rgb(49,230,187); }
H1.HeaderClassName
{
color: #31E6BB;
}
.AnyTagClassName
{
color: #31E6BB;
}
</style>
background-color css
<style>
a { background-color: #31E6BB; }
a { background-color: rgb(49,230,187); }
div.DivClassName
{
background-color: #31E6BB;
}
.BgClassName
{
background-color: #31E6BB;
}
</style>
border-color css
<style>
span { border-color: #31E6BB; }
span { border-color: rgb(49,230,187); }
td.TdClassName
{
border-color: #31E6BB;
}
.TagClassName
{
border-color: #31E6BB;
}
</style>