Shades of Bright Turquoise #1EFAC9
Tints of Bright Turquoise #1EFAC9
RGB
CMYK
RGB Variations
Color information
#1EFAC9 (or 0x1EFAC9) is known color: Bright Turquoise. HEX triplet: 1E, FA and C9. RGB value is (30,250,201). Sum of RGB (Red+Green+Blue) = 30+250+201=481 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.24% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFAC9 is #E10536. Grayscale: #B2B2B2. Windows color (decimal): -14746935 or 13236766. OLE color: 13236766.
HSL color Cylindrical-coordinate representation of color #1EFAC9: hue angle of 166.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFAC9 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 201 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.02 |
| HSL | 166.64º | 0.96% | 0.55% | - |
| HSV(B) | 166.64º | 0.88% | 0.98% | - |
| XYZ | 45.26 | 72.86 | 66.94 | - |
| YUV | 178.63 | 140.61 | 21.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 201 | 0.88 | 0 | 0.20 | 0.02 | 166.64 | 0.96 | 0.55 |
| Hex | 1E | FA | C9 | 58 | 0 | 14 | 2 | A7 | 60 | 37 |
| Octal | 36 | 372 | 311 | 130 | 0 | 24 | 2 | 247 | 140 | 67 |
| Binary | 11110 | 11111010 | 11001001 | 1011000 | 0 | 10100 | 10 | 10100111 | 1100000 | 110111 |
Color Harmonies of #1EFAC9
Complementary color
Monochromatic Colors of #1EFAC9
Black with #1EFAC9
Text Example
Text Example
White with #1EFAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFAC9; }
p { color: rgb(30,250,201); }
H1.HeaderClassName
{
color: #1EFAC9;
}
.AnyTagClassName
{
color: #1EFAC9;
}
</style>
background-color css
<style>
a { background-color: #1EFAC9; }
a { background-color: rgb(30,250,201); }
div.DivClassName
{
background-color: #1EFAC9;
}
.BgClassName
{
background-color: #1EFAC9;
}
</style>
border-color css
<style>
span { border-color: #1EFAC9; }
span { border-color: rgb(30,250,201); }
td.TdClassName
{
border-color: #1EFAC9;
}
.TagClassName
{
border-color: #1EFAC9;
}
</style>