Shades of Turquoise #31FDBE
Tints of Turquoise #31FDBE
RGB
CMYK
RGB Variations
Color information
#31FDBE (or 0x31FDBE) is known color: Turquoise. HEX triplet: 31, FD and BE. RGB value is (49,253,190). Sum of RGB (Red+Green+Blue) = 49+253+190=492 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.96% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDBE is #CE0241. Grayscale: #B8B8B8. Windows color (decimal): -13500994 or 12516657. OLE color: 12516657.
HSL color Cylindrical-coordinate representation of color #31FDBE: hue angle of 161.47º 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 #31FDBE is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 253 | 190 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.01 |
| HSL | 161.47º | 0.98% | 0.59% | - |
| HSV(B) | 161.47º | 0.81% | 0.99% | - |
| XYZ | 45.69 | 74.62 | 60.71 | - |
| YUV | 184.82 | 130.91 | 31.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 253 | 190 | 0.81 | 0 | 0.25 | 0.01 | 161.47 | 0.98 | 0.59 |
| Hex | 31 | FD | BE | 51 | 0 | 19 | 1 | A1 | 62 | 3B |
| Octal | 61 | 375 | 276 | 121 | 0 | 31 | 1 | 241 | 142 | 73 |
| Binary | 110001 | 11111101 | 10111110 | 1010001 | 0 | 11001 | 1 | 10100001 | 1100010 | 111011 |
Color Harmonies of #31FDBE
Complementary color
Monochromatic Colors of #31FDBE
Black with #31FDBE
Text Example
Text Example
White with #31FDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FDBE; }
p { color: rgb(49,253,190); }
H1.HeaderClassName
{
color: #31FDBE;
}
.AnyTagClassName
{
color: #31FDBE;
}
</style>
background-color css
<style>
a { background-color: #31FDBE; }
a { background-color: rgb(49,253,190); }
div.DivClassName
{
background-color: #31FDBE;
}
.BgClassName
{
background-color: #31FDBE;
}
</style>
border-color css
<style>
span { border-color: #31FDBE; }
span { border-color: rgb(49,253,190); }
td.TdClassName
{
border-color: #31FDBE;
}
.TagClassName
{
border-color: #31FDBE;
}
</style>