#1EEAC0

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

Shades of Bright Turquoise #1EEAC0

Tints of Bright Turquoise #1EEAC0

Color information

#1EEAC0 (or 0x1EEAC0) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EA and C0. RGB value is (30,234,192). Sum of RGB (Red+Green+Blue) = 30+234+192=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #1EEAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEAC0 is #E1153F. Grayscale: #A8A8A8. Windows color (decimal): -14751040 or 12642846. OLE color: 12642846.

HSL color Cylindrical-coordinate representation of color #1EEAC0: hue angle of 167.65º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEAC0 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB30234192-
CMYK0.8700.180.08
HSL167.65º82.93%51.76%-
HSV(B)167.65º87.18%91.76%-
XYZ39.4762.9359.93-
YUV168.22141.4129.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.58%
GREEN value IS 234 (91.80% from 255) = 51.32%
BLUE value IS 192 (75.39% from 255) = 42.11%
R=6.58%
G=51.32%
B=42.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal302341920.8700.180.08167.6582.9351.76
Hex1EEAC0570128a85334
Octal363523001270221025012364
Binary11110111010101100000010101110100101000101010001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,234,192); }

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

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

 a { background-color: rgb(30,234,192); }

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

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

 span { border-color: rgb(30,234,192); }

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