Shades of Turquoise #31FEDA
Tints of Turquoise #31FEDA
RGB
CMYK
RGB Variations
Color information
#31FEDA (or 0x31FEDA) is known color: Turquoise. HEX triplet: 31, FE and DA. RGB value is (49,254,218). Sum of RGB (Red+Green+Blue) = 49+254+218=521 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.40% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FEDA is #CE0125. Grayscale: #BCBCBC. Windows color (decimal): -13500710 or 14351921. OLE color: 14351921.
HSL color Cylindrical-coordinate representation of color #31FEDA: hue angle of 169.46º 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 #31FEDA is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 218 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.00 |
| HSL | 169.46º | 0.99% | 0.59% | - |
| HSV(B) | 169.46º | 0.81% | 1% | - |
| XYZ | 49.36 | 76.6 | 78.51 | - |
| YUV | 188.6 | 144.58 | 28.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 218 | 0.81 | 0 | 0.14 | 0.00 | 169.46 | 0.99 | 0.59 |
| Hex | 31 | FE | DA | 51 | 0 | E | 0 | A9 | 63 | 3B |
| Octal | 61 | 376 | 332 | 121 | 0 | 16 | 0 | 251 | 143 | 73 |
| Binary | 110001 | 11111110 | 11011010 | 1010001 | 0 | 1110 | 0 | 10101001 | 1100011 | 111011 |
Color Harmonies of #31FEDA
Complementary color
Monochromatic Colors of #31FEDA
Black with #31FEDA
Text Example
Text Example
White with #31FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEDA; }
p { color: rgb(49,254,218); }
H1.HeaderClassName
{
color: #31FEDA;
}
.AnyTagClassName
{
color: #31FEDA;
}
</style>
background-color css
<style>
a { background-color: #31FEDA; }
a { background-color: rgb(49,254,218); }
div.DivClassName
{
background-color: #31FEDA;
}
.BgClassName
{
background-color: #31FEDA;
}
</style>
border-color css
<style>
span { border-color: #31FEDA; }
span { border-color: rgb(49,254,218); }
td.TdClassName
{
border-color: #31FEDA;
}
.TagClassName
{
border-color: #31FEDA;
}
</style>