#1EF1C0

Color #1EF1C0 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1EF1C0

Tints of Bright Turquoise #1EF1C0

Color information

#1EF1C0 (or 0x1EF1C0) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F1 and C0. RGB value is (30,241,192). Sum of RGB (Red+Green+Blue) = 30+241+192=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF1C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF1C0 is #E10E3F. Grayscale: #ACACAC. Windows color (decimal): -14749248 or 12644638. OLE color: 12644638.

HSL color Cylindrical-coordinate representation of color #1EF1C0: hue angle of 166.07º 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 #1EF1C0 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB30241192-
CMYK0.8800.200.05
HSL166.07º88.28%53.14%-
HSV(B)166.07º87.55%94.51%-
XYZ41.5166.9960.61-
YUV172.32139.126.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 6.48%
GREEN value IS 241 (94.53% from 255) = 52.05%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=6.48%
G=52.05%
B=41.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal302411920.8800.200.05166.0788.2853.14
Hex1EF1C0580145a65835
Octal36361300130024524613065
Binary1111011110001110000001011000010100101101001101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EF1C0; }

 p { color: rgb(30,241,192); }

 H1.HeaderClassName
 {
   color: #1EF1C0;
 }
 .AnyTagClassName
 {
   color: #1EF1C0;
 }
</style>
background-color css

<style>
 a { background-color: #1EF1C0; }

 a { background-color: rgb(30,241,192); }

 div.DivClassName
 {
   background-color: #1EF1C0;
 }
 .BgClassName
 {
   background-color: #1EF1C0;
 }
</style>
border-color css

<style>
 span { border-color: #1EF1C0; }

 span { border-color: rgb(30,241,192); }

 td.TdClassName
 {
   border-color: #1EF1C0;
 }
 .TagClassName
 {
   border-color: #1EF1C0;
 }
</style>