#1EEFC5

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

Shades of Bright Turquoise #1EEFC5

Tints of Bright Turquoise #1EEFC5

Color information

#1EEFC5 (or 0x1EEFC5) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EF and C5. RGB value is (30,239,197). Sum of RGB (Red+Green+Blue) = 30+239+197=466 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.44% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFC5 is #E1103A. Grayscale: #ABABAB. Windows color (decimal): -14749755 or 12971806. OLE color: 12971806.

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

Color convert

RGB30239197-
CMYK0.8700.180.06
HSL167.94º86.72%52.75%-
HSV(B)167.94º87.45%93.73%-
XYZ41.4866.0463.38-
YUV171.72142.2626.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.44%
GREEN value IS 239 (93.75% from 255) = 51.29%
BLUE value IS 197 (77.34% from 255) = 42.27%
R=6.44%
G=51.29%
B=42.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal302391970.8700.180.06167.9486.7252.75
Hex1EEFC5570126a85735
Octal36357305127022625012765
Binary1111011101111110001011010111010010110101010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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