Shades of Bright Turquoise #1EF5C1
Tints of Bright Turquoise #1EF5C1
RGB
CMYK
RGB Variations
Color information
#1EF5C1 (or 0x1EF5C1) is known color: Bright Turquoise. HEX triplet: 1E, F5 and C1. RGB value is (30,245,193). Sum of RGB (Red+Green+Blue) = 30+245+193=468 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.41% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #1EF5C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF5C1 is #E10A3E. Grayscale: #AEAEAE. Windows color (decimal): -14748223 or 12711198. OLE color: 12711198.
HSL color Cylindrical-coordinate representation of color #1EF5C1: hue angle of 165.49º 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 #1EF5C1 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 245 | 193 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.04 |
| HSL | 165.49º | 0.91% | 0.54% | - |
| HSV(B) | 165.49º | 0.88% | 0.96% | - |
| XYZ | 42.81 | 69.43 | 61.6 | - |
| YUV | 174.79 | 138.27 | 24.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 245 | 193 | 0.88 | 0 | 0.21 | 0.04 | 165.49 | 0.91 | 0.54 |
| Hex | 1E | F5 | C1 | 58 | 0 | 15 | 4 | A5 | 5B | 36 |
| Octal | 36 | 365 | 301 | 130 | 0 | 25 | 4 | 245 | 133 | 66 |
| Binary | 11110 | 11110101 | 11000001 | 1011000 | 0 | 10101 | 100 | 10100101 | 1011011 | 110110 |
Color Harmonies of #1EF5C1
Complementary color
Monochromatic Colors of #1EF5C1
Black with #1EF5C1
Text Example
Text Example
White with #1EF5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF5C1; }
p { color: rgb(30,245,193); }
H1.HeaderClassName
{
color: #1EF5C1;
}
.AnyTagClassName
{
color: #1EF5C1;
}
</style>
background-color css
<style>
a { background-color: #1EF5C1; }
a { background-color: rgb(30,245,193); }
div.DivClassName
{
background-color: #1EF5C1;
}
.BgClassName
{
background-color: #1EF5C1;
}
</style>
border-color css
<style>
span { border-color: #1EF5C1; }
span { border-color: rgb(30,245,193); }
td.TdClassName
{
border-color: #1EF5C1;
}
.TagClassName
{
border-color: #1EF5C1;
}
</style>