#1EE2BC

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

Shades of Turquoise #1EE2BC

Tints of Turquoise #1EE2BC

Color information

#1EE2BC (or 0x1EE2BC) is unknown color: approx Turquoise. HEX triplet: 1E, E2 and BC. RGB value is (30,226,188). Sum of RGB (Red+Green+Blue) = 30+226+188=444 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.76% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #1EE2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE2BC is #E11D43. Grayscale: #A3A3A3. Windows color (decimal): -14753092 or 12378654. OLE color: 12378654.

HSL color Cylindrical-coordinate representation of color #1EE2BC: hue angle of 168.37º 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 #1EE2BC is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB30226188-
CMYK0.8700.170.11
HSL168.37º77.17%50.2%-
HSV(B)168.37º86.73%88.63%-
XYZ36.8158.356.89-
YUV163.06142.0733.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.76%
GREEN value IS 226 (88.67% from 255) = 50.90%
BLUE value IS 188 (73.83% from 255) = 42.34%
R=6.76%
G=50.90%
B=42.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal302261880.8700.170.11168.3777.1750.2
Hex1EE2BC57011Ba84d32
Octal363422741270211325011562
Binary11110111000101011110010101110100011011101010001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EE2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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