#1EF9EC

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

Shades of Bright Turquoise #1EF9EC

Tints of Bright Turquoise #1EF9EC

Color information

#1EF9EC (or 0x1EF9EC) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F9 and EC. RGB value is (30,249,236). Sum of RGB (Red+Green+Blue) = 30+249+236=515 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.83% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #1EF9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF9EC is #E10613. Grayscale: #B5B5B5. Windows color (decimal): -14747156 or 15530270. OLE color: 15530270.

HSL color Cylindrical-coordinate representation of color #1EF9EC: hue angle of 176.44º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF9EC is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB30249236-
CMYK0.8800.050.02
HSL176.44º94.81%54.71%-
HSV(B)176.44º87.95%97.65%-
XYZ49.5574.0891.04-
YUV182.04158.4519.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.83%
GREEN value IS 249 (97.66% from 255) = 48.35%
BLUE value IS 236 (92.58% from 255) = 45.83%
R=5.83%
G=48.35%
B=45.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal302492360.8800.050.02176.4494.8154.71
Hex1EF9EC58052b05f37
Octal3637135413005226013767
Binary1111011111001111011001011000010110101100001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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