Shades of Turquoise #31FEDB
Tints of Turquoise #31FEDB
RGB
CMYK
RGB Variations
Color information
#31FEDB (or 0x31FEDB) is known color: Turquoise. HEX triplet: 31, FE and DB. RGB value is (49,254,219). Sum of RGB (Red+Green+Blue) = 49+254+219=522 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.39% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FEDB is #CE0124. Grayscale: #BCBCBC. Windows color (decimal): -13500709 or 14417457. OLE color: 14417457.
HSL color Cylindrical-coordinate representation of color #31FEDB: hue angle of 169.76º 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 #31FEDB is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 219 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.00 |
| HSL | 169.76º | 0.99% | 0.59% | - |
| HSV(B) | 169.76º | 0.81% | 1% | - |
| XYZ | 49.49 | 76.65 | 79.2 | - |
| YUV | 188.72 | 145.08 | 28.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 219 | 0.81 | 0 | 0.14 | 0.00 | 169.76 | 0.99 | 0.59 |
| Hex | 31 | FE | DB | 51 | 0 | E | 0 | AA | 63 | 3B |
| Octal | 61 | 376 | 333 | 121 | 0 | 16 | 0 | 252 | 143 | 73 |
| Binary | 110001 | 11111110 | 11011011 | 1010001 | 0 | 1110 | 0 | 10101010 | 1100011 | 111011 |
Color Harmonies of #31FEDB
Complementary color
Monochromatic Colors of #31FEDB
Black with #31FEDB
Text Example
Text Example
White with #31FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEDB; }
p { color: rgb(49,254,219); }
H1.HeaderClassName
{
color: #31FEDB;
}
.AnyTagClassName
{
color: #31FEDB;
}
</style>
background-color css
<style>
a { background-color: #31FEDB; }
a { background-color: rgb(49,254,219); }
div.DivClassName
{
background-color: #31FEDB;
}
.BgClassName
{
background-color: #31FEDB;
}
</style>
border-color css
<style>
span { border-color: #31FEDB; }
span { border-color: rgb(49,254,219); }
td.TdClassName
{
border-color: #31FEDB;
}
.TagClassName
{
border-color: #31FEDB;
}
</style>