Shades of Bright Turquoise #1FFEDB
Tints of Bright Turquoise #1FFEDB
RGB
CMYK
RGB Variations
Color information
#1FFEDB (or 0x1FFEDB) is known color: Bright Turquoise. HEX triplet: 1F, FE and DB. RGB value is (31,254,219). Sum of RGB (Red+Green+Blue) = 31+254+219=504 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.15% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFEDB is #E00124. Grayscale: #B7B7B7. Windows color (decimal): -14680357 or 14417439. OLE color: 14417439.
HSL color Cylindrical-coordinate representation of color #1FFEDB: hue angle of 170.58º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFEDB is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 219 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.00 |
| HSL | 170.58º | 0.99% | 0.56% | - |
| HSV(B) | 170.58º | 0.88% | 1% | - |
| XYZ | 48.79 | 76.29 | 79.17 | - |
| YUV | 183.33 | 148.12 | 19.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 219 | 0.88 | 0 | 0.14 | 0.00 | 170.58 | 0.99 | 0.56 |
| Hex | 1F | FE | DB | 58 | 0 | E | 0 | AB | 63 | 38 |
| Octal | 37 | 376 | 333 | 130 | 0 | 16 | 0 | 253 | 143 | 70 |
| Binary | 11111 | 11111110 | 11011011 | 1011000 | 0 | 1110 | 0 | 10101011 | 1100011 | 111000 |
Color Harmonies of #1FFEDB
Complementary color
Monochromatic Colors of #1FFEDB
Black with #1FFEDB
Text Example
Text Example
White with #1FFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFEDB; }
p { color: rgb(31,254,219); }
H1.HeaderClassName
{
color: #1FFEDB;
}
.AnyTagClassName
{
color: #1FFEDB;
}
</style>
background-color css
<style>
a { background-color: #1FFEDB; }
a { background-color: rgb(31,254,219); }
div.DivClassName
{
background-color: #1FFEDB;
}
.BgClassName
{
background-color: #1FFEDB;
}
</style>
border-color css
<style>
span { border-color: #1FFEDB; }
span { border-color: rgb(31,254,219); }
td.TdClassName
{
border-color: #1FFEDB;
}
.TagClassName
{
border-color: #1FFEDB;
}
</style>