Shades of Turquoise #31F1BC
Tints of Turquoise #31F1BC
RGB
CMYK
RGB Variations
Color information
#31F1BC (or 0x31F1BC) is known color: Turquoise. HEX triplet: 31, F1 and BC. RGB value is (49,241,188). Sum of RGB (Red+Green+Blue) = 49+241+188=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #31F1BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F1BC is #CE0E43. Grayscale: #B1B1B1. Windows color (decimal): -13504068 or 12382513. OLE color: 12382513.
HSL color Cylindrical-coordinate representation of color #31F1BC: hue angle of 163.44º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F1BC is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 188 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.05 |
| HSL | 163.44º | 0.87% | 0.57% | - |
| HSV(B) | 163.44º | 0.8% | 0.95% | - |
| XYZ | 41.8 | 67.19 | 58.34 | - |
| YUV | 177.55 | 133.89 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 188 | 0.80 | 0 | 0.22 | 0.05 | 163.44 | 0.87 | 0.57 |
| Hex | 31 | F1 | BC | 50 | 0 | 16 | 5 | A3 | 57 | 39 |
| Octal | 61 | 361 | 274 | 120 | 0 | 26 | 5 | 243 | 127 | 71 |
| Binary | 110001 | 11110001 | 10111100 | 1010000 | 0 | 10110 | 101 | 10100011 | 1010111 | 111001 |
Color Harmonies of #31F1BC
Complementary color
Monochromatic Colors of #31F1BC
Black with #31F1BC
Text Example
Text Example
White with #31F1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F1BC; }
p { color: rgb(49,241,188); }
H1.HeaderClassName
{
color: #31F1BC;
}
.AnyTagClassName
{
color: #31F1BC;
}
</style>
background-color css
<style>
a { background-color: #31F1BC; }
a { background-color: rgb(49,241,188); }
div.DivClassName
{
background-color: #31F1BC;
}
.BgClassName
{
background-color: #31F1BC;
}
</style>
border-color css
<style>
span { border-color: #31F1BC; }
span { border-color: rgb(49,241,188); }
td.TdClassName
{
border-color: #31F1BC;
}
.TagClassName
{
border-color: #31F1BC;
}
</style>