#1EEAC7

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

Shades of Bright Turquoise #1EEAC7

Tints of Bright Turquoise #1EEAC7

Color information

#1EEAC7 (or 0x1EEAC7) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EA and C7. RGB value is (30,234,199). Sum of RGB (Red+Green+Blue) = 30+234+199=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #1EEAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEAC7 is #E11538. Grayscale: #A8A8A8. Windows color (decimal): -14751033 or 13101598. OLE color: 13101598.

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

Color convert

RGB30234199-
CMYK0.8700.150.08
HSL169.71º82.93%51.76%-
HSV(B)169.71º87.18%91.76%-
XYZ40.2763.2564.12-
YUV169.01144.9128.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.48%
GREEN value IS 234 (91.80% from 255) = 50.54%
BLUE value IS 199 (78.12% from 255) = 42.98%
R=6.48%
G=50.54%
B=42.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal302341990.8700.150.08169.7182.9351.76
Hex1EEAC7570F8aa5334
Octal363523071270171025212364
Binary1111011101010110001111010111011111000101010101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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