Shades of Turquoise #31FDBF
Tints of Turquoise #31FDBF
RGB
CMYK
RGB Variations
Color information
#31FDBF (or 0x31FDBF) is known color: Turquoise. HEX triplet: 31, FD and BF. RGB value is (49,253,191). Sum of RGB (Red+Green+Blue) = 49+253+191=493 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.94% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDBF is #CE0240. Grayscale: #B8B8B8. Windows color (decimal): -13500993 or 12582193. OLE color: 12582193.
HSL color Cylindrical-coordinate representation of color #31FDBF: hue angle of 161.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FDBF is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 253 | 191 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.01 |
| HSL | 161.76º | 0.98% | 0.59% | - |
| HSV(B) | 161.76º | 0.81% | 0.99% | - |
| XYZ | 45.8 | 74.67 | 61.29 | - |
| YUV | 184.94 | 131.41 | 31.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 253 | 191 | 0.81 | 0 | 0.25 | 0.01 | 161.76 | 0.98 | 0.59 |
| Hex | 31 | FD | BF | 51 | 0 | 19 | 1 | A2 | 62 | 3B |
| Octal | 61 | 375 | 277 | 121 | 0 | 31 | 1 | 242 | 142 | 73 |
| Binary | 110001 | 11111101 | 10111111 | 1010001 | 0 | 11001 | 1 | 10100010 | 1100010 | 111011 |
Color Harmonies of #31FDBF
Complementary color
Monochromatic Colors of #31FDBF
Black with #31FDBF
Text Example
Text Example
White with #31FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FDBF; }
p { color: rgb(49,253,191); }
H1.HeaderClassName
{
color: #31FDBF;
}
.AnyTagClassName
{
color: #31FDBF;
}
</style>
background-color css
<style>
a { background-color: #31FDBF; }
a { background-color: rgb(49,253,191); }
div.DivClassName
{
background-color: #31FDBF;
}
.BgClassName
{
background-color: #31FDBF;
}
</style>
border-color css
<style>
span { border-color: #31FDBF; }
span { border-color: rgb(49,253,191); }
td.TdClassName
{
border-color: #31FDBF;
}
.TagClassName
{
border-color: #31FDBF;
}
</style>