Shades of Turquoise #31FEBD
Tints of Turquoise #31FEBD
RGB
CMYK
RGB Variations
Color information
#31FEBD (or 0x31FEBD) is known color: Turquoise. HEX triplet: 31, FE and BD. RGB value is (49,254,189). Sum of RGB (Red+Green+Blue) = 49+254+189=492 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.96% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FEBD is #CE0142. Grayscale: #B9B9B9. Windows color (decimal): -13500739 or 12451377. OLE color: 12451377.
HSL color Cylindrical-coordinate representation of color #31FEBD: hue angle of 160.98º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FEBD is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 189 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.00 |
| HSL | 160.98º | 0.99% | 0.59% | - |
| HSV(B) | 160.98º | 0.81% | 1% | - |
| XYZ | 45.89 | 75.21 | 60.24 | - |
| YUV | 185.3 | 130.08 | 30.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 189 | 0.81 | 0 | 0.26 | 0.00 | 160.98 | 0.99 | 0.59 |
| Hex | 31 | FE | BD | 51 | 0 | 1A | 0 | A1 | 63 | 3B |
| Octal | 61 | 376 | 275 | 121 | 0 | 32 | 0 | 241 | 143 | 73 |
| Binary | 110001 | 11111110 | 10111101 | 1010001 | 0 | 11010 | 0 | 10100001 | 1100011 | 111011 |
Color Harmonies of #31FEBD
Complementary color
Monochromatic Colors of #31FEBD
Black with #31FEBD
Text Example
Text Example
White with #31FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEBD; }
p { color: rgb(49,254,189); }
H1.HeaderClassName
{
color: #31FEBD;
}
.AnyTagClassName
{
color: #31FEBD;
}
</style>
background-color css
<style>
a { background-color: #31FEBD; }
a { background-color: rgb(49,254,189); }
div.DivClassName
{
background-color: #31FEBD;
}
.BgClassName
{
background-color: #31FEBD;
}
</style>
border-color css
<style>
span { border-color: #31FEBD; }
span { border-color: rgb(49,254,189); }
td.TdClassName
{
border-color: #31FEBD;
}
.TagClassName
{
border-color: #31FEBD;
}
</style>