#1eefbe

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

Shades of Bright Turquoise #1EEFBE

Tints of Bright Turquoise #1EEFBE

Color information

#1EEFBE (or 0x1EEFBE) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EF and BE. RGB value is (30,239,190). Sum of RGB (Red+Green+Blue) = 30+239+190=459 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.54% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFBE is #E11041. Grayscale: #AAAAAA. Windows color (decimal): -14749762 or 12513054. OLE color: 12513054.

HSL color Cylindrical-coordinate representation of color #1EEFBE: hue angle of 165.93º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEFBE is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB30239190-
CMYK0.8700.210.06
HSL165.93º86.72%52.75%-
HSV(B)165.93º87.45%93.73%-
XYZ40.765.7359.26-
YUV170.92138.7627.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.54%
GREEN value IS 239 (93.75% from 255) = 52.07%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=6.54%
G=52.07%
B=41.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal302391900.8700.210.06165.9386.7252.75
Hex1EEFBE570156a65735
Octal36357276127025624612765
Binary1111011101111101111101010111010101110101001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eefbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,239,190); }

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

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

 a { background-color: rgb(30,239,190); }

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

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

 span { border-color: rgb(30,239,190); }

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