#1EF5EC

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

Shades of Bright Turquoise #1EF5EC

Tints of Bright Turquoise #1EF5EC

Color information

#1EF5EC (or 0x1EF5EC) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F5 and EC. RGB value is (30,245,236). Sum of RGB (Red+Green+Blue) = 30+245+236=511 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.87% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #1EF5EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF5EC is #E10A13. Grayscale: #B3B3B3. Windows color (decimal): -14748180 or 15529246. OLE color: 15529246.

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

Color convert

RGB30245236-
CMYK0.8800.040.04
HSL177.49º91.49%53.92%-
HSV(B)177.49º87.76%96.08%-
XYZ48.3371.6490.64-
YUV179.69159.7721.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.87%
GREEN value IS 245 (96.09% from 255) = 47.95%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=5.87%
G=47.95%
B=46.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal302452360.8800.040.04177.4991.4953.92
Hex1EF5EC58044b15b36
Octal3636535413004426113366
Binary11110111101011110110010110000100100101100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,245,236); }

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

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

 a { background-color: rgb(30,245,236); }

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

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

 span { border-color: rgb(30,245,236); }

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