Shades of Bright Turquoise #1FFFE1
Tints of Bright Turquoise #1FFFE1
RGB
CMYK
RGB Variations
Color information
#1FFFE1 (or 0x1FFFE1) is known color: Bright Turquoise. HEX triplet: 1F, FF and E1. RGB value is (31,255,225). Sum of RGB (Red+Green+Blue) = 31+255+225=511 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.07% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFFE1 is #E0001E. Grayscale: #B8B8B8. Windows color (decimal): -14680095 or 14810911. OLE color: 14810911.
HSL color Cylindrical-coordinate representation of color #1FFFE1: hue angle of 171.96º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFFE1 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 225 | - |
| CMYK | 0.88 | 0 | 0.12 | 0 |
| HSL | 171.96º | 1% | 0.56% | - |
| HSV(B) | 171.96º | 0.88% | 1% | - |
| XYZ | 49.92 | 77.25 | 83.51 | - |
| YUV | 184.6 | 150.79 | 18.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 225 | 0.88 | 0 | 0.12 | 0 | 171.96 | 1 | 0.56 |
| Hex | 1F | FF | E1 | 58 | 0 | C | 0 | AC | 64 | 38 |
| Octal | 37 | 377 | 341 | 130 | 0 | 14 | 0 | 254 | 144 | 70 |
| Binary | 11111 | 11111111 | 11100001 | 1011000 | 0 | 1100 | 0 | 10101100 | 1100100 | 111000 |
Color Harmonies of #1FFFE1
Complementary color
Monochromatic Colors of #1FFFE1
Black with #1FFFE1
Text Example
Text Example
White with #1FFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFFE1; }
p { color: rgb(31,255,225); }
H1.HeaderClassName
{
color: #1FFFE1;
}
.AnyTagClassName
{
color: #1FFFE1;
}
</style>
background-color css
<style>
a { background-color: #1FFFE1; }
a { background-color: rgb(31,255,225); }
div.DivClassName
{
background-color: #1FFFE1;
}
.BgClassName
{
background-color: #1FFFE1;
}
</style>
border-color css
<style>
span { border-color: #1FFFE1; }
span { border-color: rgb(31,255,225); }
td.TdClassName
{
border-color: #1FFFE1;
}
.TagClassName
{
border-color: #1FFFE1;
}
</style>