Shades of Bright Turquoise #1EF1C2
Tints of Bright Turquoise #1EF1C2
RGB
CMYK
RGB Variations
Color information
#1EF1C2 (or 0x1EF1C2) is known color: Bright Turquoise. HEX triplet: 1E, F1 and C2. RGB value is (30,241,194). Sum of RGB (Red+Green+Blue) = 30+241+194=465 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.45% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF1C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF1C2 is #E10E3D. Grayscale: #ACACAC. Windows color (decimal): -14749246 or 12775710. OLE color: 12775710.
HSL color Cylindrical-coordinate representation of color #1EF1C2: hue angle of 166.64º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF1C2 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 241 | 194 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.05 |
| HSL | 166.64º | 0.88% | 0.53% | - |
| HSV(B) | 166.64º | 0.88% | 0.95% | - |
| XYZ | 41.73 | 67.08 | 61.79 | - |
| YUV | 172.55 | 140.1 | 26.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 194 | 0.88 | 0 | 0.20 | 0.05 | 166.64 | 0.88 | 0.53 |
| Hex | 1E | F1 | C2 | 58 | 0 | 14 | 5 | A7 | 58 | 35 |
| Octal | 36 | 361 | 302 | 130 | 0 | 24 | 5 | 247 | 130 | 65 |
| Binary | 11110 | 11110001 | 11000010 | 1011000 | 0 | 10100 | 101 | 10100111 | 1011000 | 110101 |
Color Harmonies of #1EF1C2
Complementary color
Monochromatic Colors of #1EF1C2
Black with #1EF1C2
Text Example
Text Example
White with #1EF1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF1C2; }
p { color: rgb(30,241,194); }
H1.HeaderClassName
{
color: #1EF1C2;
}
.AnyTagClassName
{
color: #1EF1C2;
}
</style>
background-color css
<style>
a { background-color: #1EF1C2; }
a { background-color: rgb(30,241,194); }
div.DivClassName
{
background-color: #1EF1C2;
}
.BgClassName
{
background-color: #1EF1C2;
}
</style>
border-color css
<style>
span { border-color: #1EF1C2; }
span { border-color: rgb(30,241,194); }
td.TdClassName
{
border-color: #1EF1C2;
}
.TagClassName
{
border-color: #1EF1C2;
}
</style>