Shades of Bright Turquoise #1EF4C3
Tints of Bright Turquoise #1EF4C3
RGB
CMYK
RGB Variations
Color information
#1EF4C3 (or 0x1EF4C3) is known color: Bright Turquoise. HEX triplet: 1E, F4 and C3. RGB value is (30,244,195). Sum of RGB (Red+Green+Blue) = 30+244+195=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 244 (95.70% from 255 or 52.03% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 244 - color contains mainly: green. Hex color #1EF4C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF4C3 is #E10B3C. Grayscale: #AEAEAE. Windows color (decimal): -14748477 or 12842014. OLE color: 12842014.
HSL color Cylindrical-coordinate representation of color #1EF4C3: hue angle of 166.26º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF4C3 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 244 | 195 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.04 |
| HSL | 166.26º | 0.91% | 0.54% | - |
| HSV(B) | 166.26º | 0.88% | 0.96% | - |
| XYZ | 42.74 | 68.92 | 62.68 | - |
| YUV | 174.43 | 139.6 | 24.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 244 | 195 | 0.88 | 0 | 0.20 | 0.04 | 166.26 | 0.91 | 0.54 |
| Hex | 1E | F4 | C3 | 58 | 0 | 14 | 4 | A6 | 5B | 36 |
| Octal | 36 | 364 | 303 | 130 | 0 | 24 | 4 | 246 | 133 | 66 |
| Binary | 11110 | 11110100 | 11000011 | 1011000 | 0 | 10100 | 100 | 10100110 | 1011011 | 110110 |
Color Harmonies of #1EF4C3
Complementary color
Monochromatic Colors of #1EF4C3
Black with #1EF4C3
Text Example
Text Example
White with #1EF4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF4C3; }
p { color: rgb(30,244,195); }
H1.HeaderClassName
{
color: #1EF4C3;
}
.AnyTagClassName
{
color: #1EF4C3;
}
</style>
background-color css
<style>
a { background-color: #1EF4C3; }
a { background-color: rgb(30,244,195); }
div.DivClassName
{
background-color: #1EF4C3;
}
.BgClassName
{
background-color: #1EF4C3;
}
</style>
border-color css
<style>
span { border-color: #1EF4C3; }
span { border-color: rgb(30,244,195); }
td.TdClassName
{
border-color: #1EF4C3;
}
.TagClassName
{
border-color: #1EF4C3;
}
</style>