Shades of Bright Turquoise #1FFEBF
Tints of Bright Turquoise #1FFEBF
RGB
CMYK
RGB Variations
Color information
#1FFEBF (or 0x1FFEBF) is known color: Bright Turquoise. HEX triplet: 1F, FE and BF. RGB value is (31,254,191). Sum of RGB (Red+Green+Blue) = 31+254+191=476 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.51% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFEBF is #E00140. Grayscale: #B4B4B4. Windows color (decimal): -14680385 or 12582431. OLE color: 12582431.
HSL color Cylindrical-coordinate representation of color #1FFEBF: hue angle of 163.05º 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 #1FFEBF is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 191 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.00 |
| HSL | 163.05º | 0.99% | 0.56% | - |
| HSV(B) | 163.05º | 0.88% | 1% | - |
| XYZ | 45.41 | 74.94 | 61.36 | - |
| YUV | 180.14 | 134.12 | 21.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 191 | 0.88 | 0 | 0.25 | 0.00 | 163.05 | 0.99 | 0.56 |
| Hex | 1F | FE | BF | 58 | 0 | 19 | 0 | A3 | 63 | 38 |
| Octal | 37 | 376 | 277 | 130 | 0 | 31 | 0 | 243 | 143 | 70 |
| Binary | 11111 | 11111110 | 10111111 | 1011000 | 0 | 11001 | 0 | 10100011 | 1100011 | 111000 |
Color Harmonies of #1FFEBF
Complementary color
Monochromatic Colors of #1FFEBF
Black with #1FFEBF
Text Example
Text Example
White with #1FFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFEBF; }
p { color: rgb(31,254,191); }
H1.HeaderClassName
{
color: #1FFEBF;
}
.AnyTagClassName
{
color: #1FFEBF;
}
</style>
background-color css
<style>
a { background-color: #1FFEBF; }
a { background-color: rgb(31,254,191); }
div.DivClassName
{
background-color: #1FFEBF;
}
.BgClassName
{
background-color: #1FFEBF;
}
</style>
border-color css
<style>
span { border-color: #1FFEBF; }
span { border-color: rgb(31,254,191); }
td.TdClassName
{
border-color: #1FFEBF;
}
.TagClassName
{
border-color: #1FFEBF;
}
</style>