Shades of Bright Turquoise #1EF1C7
Tints of Bright Turquoise #1EF1C7
RGB
CMYK
RGB Variations
Color information
#1EF1C7 (or 0x1EF1C7) is known color: Bright Turquoise. HEX triplet: 1E, F1 and C7. RGB value is (30,241,199). Sum of RGB (Red+Green+Blue) = 30+241+199=470 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.38% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF1C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF1C7 is #E10E38. Grayscale: #ADADAD. Windows color (decimal): -14749241 or 13103390. OLE color: 13103390.
HSL color Cylindrical-coordinate representation of color #1EF1C7: hue angle of 168.06º 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 #1EF1C7 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 241 | 199 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.05 |
| HSL | 168.06º | 0.88% | 0.53% | - |
| HSV(B) | 168.06º | 0.88% | 0.95% | - |
| XYZ | 42.3 | 67.31 | 64.8 | - |
| YUV | 173.12 | 142.6 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 199 | 0.88 | 0 | 0.17 | 0.05 | 168.06 | 0.88 | 0.53 |
| Hex | 1E | F1 | C7 | 58 | 0 | 11 | 5 | A8 | 58 | 35 |
| Octal | 36 | 361 | 307 | 130 | 0 | 21 | 5 | 250 | 130 | 65 |
| Binary | 11110 | 11110001 | 11000111 | 1011000 | 0 | 10001 | 101 | 10101000 | 1011000 | 110101 |
Color Harmonies of #1EF1C7
Complementary color
Monochromatic Colors of #1EF1C7
Black with #1EF1C7
Text Example
Text Example
White with #1EF1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF1C7; }
p { color: rgb(30,241,199); }
H1.HeaderClassName
{
color: #1EF1C7;
}
.AnyTagClassName
{
color: #1EF1C7;
}
</style>
background-color css
<style>
a { background-color: #1EF1C7; }
a { background-color: rgb(30,241,199); }
div.DivClassName
{
background-color: #1EF1C7;
}
.BgClassName
{
background-color: #1EF1C7;
}
</style>
border-color css
<style>
span { border-color: #1EF1C7; }
span { border-color: rgb(30,241,199); }
td.TdClassName
{
border-color: #1EF1C7;
}
.TagClassName
{
border-color: #1EF1C7;
}
</style>