Shades of Bright Turquoise #1FE9EC
Tints of Bright Turquoise #1FE9EC
RGB
CMYK
RGB Variations
Color information
#1FE9EC (or 0x1FE9EC) is known color: Bright Turquoise. HEX triplet: 1F, E9 and EC. RGB value is (31,233,236). Sum of RGB (Red+Green+Blue) = 31+233+236=500 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.2% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FE9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FE9EC is #E01613. Grayscale: #ACACAC. Windows color (decimal): -14685716 or 15526175. OLE color: 15526175.
HSL color Cylindrical-coordinate representation of color #1FE9EC: hue angle of 180.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE9EC is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 233 | 236 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.07 |
| HSL | 180.88º | 0.84% | 0.52% | - |
| HSV(B) | 180.88º | 0.87% | 0.93% | - |
| XYZ | 44.84 | 64.63 | 89.47 | - |
| YUV | 172.94 | 163.58 | 26.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 236 | 0.87 | 0.01 | 0 | 0.07 | 180.88 | 0.84 | 0.52 |
| Hex | 1F | E9 | EC | 57 | 1 | 0 | 7 | B5 | 54 | 34 |
| Octal | 37 | 351 | 354 | 127 | 1 | 0 | 7 | 265 | 124 | 64 |
| Binary | 11111 | 11101001 | 11101100 | 1010111 | 1 | 0 | 111 | 10110101 | 1010100 | 110100 |
Color Harmonies of #1FE9EC
Complementary color
Monochromatic Colors of #1FE9EC
Black with #1FE9EC
Text Example
Text Example
White with #1FE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE9EC; }
p { color: rgb(31,233,236); }
H1.HeaderClassName
{
color: #1FE9EC;
}
.AnyTagClassName
{
color: #1FE9EC;
}
</style>
background-color css
<style>
a { background-color: #1FE9EC; }
a { background-color: rgb(31,233,236); }
div.DivClassName
{
background-color: #1FE9EC;
}
.BgClassName
{
background-color: #1FE9EC;
}
</style>
border-color css
<style>
span { border-color: #1FE9EC; }
span { border-color: rgb(31,233,236); }
td.TdClassName
{
border-color: #1FE9EC;
}
.TagClassName
{
border-color: #1FE9EC;
}
</style>