Shades of Turquoise #31E6BC
Tints of Turquoise #31E6BC
RGB
CMYK
RGB Variations
Color information
#31E6BC (or 0x31E6BC) is known color: Turquoise. HEX triplet: 31, E6 and BC. RGB value is (49,230,188). Sum of RGB (Red+Green+Blue) = 49+230+188=467 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.49% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #31E6BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E6BC is #CE1943. Grayscale: #ABABAB. Windows color (decimal): -13506884 or 12379697. OLE color: 12379697.
HSL color Cylindrical-coordinate representation of color #31E6BC: hue angle of 166.08º 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 #31E6BC is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 230 | 188 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.10 |
| HSL | 166.08º | 0.78% | 0.55% | - |
| HSV(B) | 166.08º | 0.79% | 0.9% | - |
| XYZ | 38.64 | 60.88 | 57.29 | - |
| YUV | 171.09 | 137.53 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 230 | 188 | 0.79 | 0 | 0.18 | 0.10 | 166.08 | 0.78 | 0.55 |
| Hex | 31 | E6 | BC | 4F | 0 | 12 | A | A6 | 4E | 37 |
| Octal | 61 | 346 | 274 | 117 | 0 | 22 | 12 | 246 | 116 | 67 |
| Binary | 110001 | 11100110 | 10111100 | 1001111 | 0 | 10010 | 1010 | 10100110 | 1001110 | 110111 |
Color Harmonies of #31E6BC
Complementary color
Monochromatic Colors of #31E6BC
Black with #31E6BC
Text Example
Text Example
White with #31E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E6BC; }
p { color: rgb(49,230,188); }
H1.HeaderClassName
{
color: #31E6BC;
}
.AnyTagClassName
{
color: #31E6BC;
}
</style>
background-color css
<style>
a { background-color: #31E6BC; }
a { background-color: rgb(49,230,188); }
div.DivClassName
{
background-color: #31E6BC;
}
.BgClassName
{
background-color: #31E6BC;
}
</style>
border-color css
<style>
span { border-color: #31E6BC; }
span { border-color: rgb(49,230,188); }
td.TdClassName
{
border-color: #31E6BC;
}
.TagClassName
{
border-color: #31E6BC;
}
</style>