Shades of Turquoise #31F4C0
Tints of Turquoise #31F4C0
RGB
CMYK
RGB Variations
Color information
#31F4C0 (or 0x31F4C0) is known color: Turquoise. HEX triplet: 31, F4 and C0. RGB value is (49,244,192). Sum of RGB (Red+Green+Blue) = 49+244+192=485 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.10% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #31F4C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F4C0 is #CE0B3F. Grayscale: #B3B3B3. Windows color (decimal): -13503296 or 12645425. OLE color: 12645425.
HSL color Cylindrical-coordinate representation of color #31F4C0: hue angle of 164º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F4C0 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 244 | 192 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.04 |
| HSL | 164º | 0.9% | 0.57% | - |
| HSV(B) | 164º | 0.8% | 0.96% | - |
| XYZ | 43.13 | 69.16 | 60.95 | - |
| YUV | 179.77 | 134.9 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 244 | 192 | 0.80 | 0 | 0.21 | 0.04 | 164 | 0.9 | 0.57 |
| Hex | 31 | F4 | C0 | 50 | 0 | 15 | 4 | A4 | 5A | 39 |
| Octal | 61 | 364 | 300 | 120 | 0 | 25 | 4 | 244 | 132 | 71 |
| Binary | 110001 | 11110100 | 11000000 | 1010000 | 0 | 10101 | 100 | 10100100 | 1011010 | 111001 |
Color Harmonies of #31F4C0
Complementary color
Monochromatic Colors of #31F4C0
Black with #31F4C0
Text Example
Text Example
White with #31F4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F4C0; }
p { color: rgb(49,244,192); }
H1.HeaderClassName
{
color: #31F4C0;
}
.AnyTagClassName
{
color: #31F4C0;
}
</style>
background-color css
<style>
a { background-color: #31F4C0; }
a { background-color: rgb(49,244,192); }
div.DivClassName
{
background-color: #31F4C0;
}
.BgClassName
{
background-color: #31F4C0;
}
</style>
border-color css
<style>
span { border-color: #31F4C0; }
span { border-color: rgb(49,244,192); }
td.TdClassName
{
border-color: #31F4C0;
}
.TagClassName
{
border-color: #31F4C0;
}
</style>