#1EE2BE

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

Shades of Turquoise #1EE2BE

Tints of Turquoise #1EE2BE

Color information

#1EE2BE (or 0x1EE2BE) is unknown color: approx Turquoise. HEX triplet: 1E, E2 and BE. RGB value is (30,226,190). Sum of RGB (Red+Green+Blue) = 30+226+190=446 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.73% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #1EE2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE2BE is #E11D41. Grayscale: #A3A3A3. Windows color (decimal): -14753090 or 12509726. OLE color: 12509726.

HSL color Cylindrical-coordinate representation of color #1EE2BE: hue angle of 168.98º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE2BE is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB30226190-
CMYK0.8700.160.11
HSL168.98º77.17%50.2%-
HSV(B)168.98º86.73%88.63%-
XYZ37.0358.3958.03-
YUV163.29143.0732.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.73%
GREEN value IS 226 (88.67% from 255) = 50.67%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=6.73%
G=50.67%
B=42.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal302261900.8700.160.11168.9877.1750.2
Hex1EE2BE57010Ba94d32
Octal363422761270201325111562
Binary11110111000101011111010101110100001011101010011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EE2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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