Shades of Bright Turquoise #1FFED8
Tints of Bright Turquoise #1FFED8
RGB
CMYK
RGB Variations
Color information
#1FFED8 (or 0x1FFED8) is known color: Bright Turquoise. HEX triplet: 1F, FE and D8. RGB value is (31,254,216). Sum of RGB (Red+Green+Blue) = 31+254+216=501 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.19% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFED8 is #E00127. Grayscale: #B6B6B6. Windows color (decimal): -14680360 or 14220831. OLE color: 14220831.
HSL color Cylindrical-coordinate representation of color #1FFED8: hue angle of 169.78º 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 #1FFED8 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 216 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.00 |
| HSL | 169.78º | 0.99% | 0.56% | - |
| HSV(B) | 169.78º | 0.88% | 1% | - |
| XYZ | 48.4 | 76.13 | 77.11 | - |
| YUV | 182.99 | 146.62 | 19.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 216 | 0.88 | 0 | 0.15 | 0.00 | 169.78 | 0.99 | 0.56 |
| Hex | 1F | FE | D8 | 58 | 0 | F | 0 | AA | 63 | 38 |
| Octal | 37 | 376 | 330 | 130 | 0 | 17 | 0 | 252 | 143 | 70 |
| Binary | 11111 | 11111110 | 11011000 | 1011000 | 0 | 1111 | 0 | 10101010 | 1100011 | 111000 |
Color Harmonies of #1FFED8
Complementary color
Monochromatic Colors of #1FFED8
Black with #1FFED8
Text Example
Text Example
White with #1FFED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFED8; }
p { color: rgb(31,254,216); }
H1.HeaderClassName
{
color: #1FFED8;
}
.AnyTagClassName
{
color: #1FFED8;
}
</style>
background-color css
<style>
a { background-color: #1FFED8; }
a { background-color: rgb(31,254,216); }
div.DivClassName
{
background-color: #1FFED8;
}
.BgClassName
{
background-color: #1FFED8;
}
</style>
border-color css
<style>
span { border-color: #1FFED8; }
span { border-color: rgb(31,254,216); }
td.TdClassName
{
border-color: #1FFED8;
}
.TagClassName
{
border-color: #1FFED8;
}
</style>