#1EE7EF

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

Shades of Bright Turquoise #1EE7EF

Tints of Bright Turquoise #1EE7EF

Color information

#1EE7EF (or 0x1EE7EF) is unknown color: approx Bright Turquoise. HEX triplet: 1E, E7 and EF. RGB value is (30,231,239). Sum of RGB (Red+Green+Blue) = 30+231+239=500 (66% of max value = 765). Red value is 30 (12.11% from 255 or 6% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EE7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EE7EF is #E11810. Grayscale: #ABABAB. Windows color (decimal): -14751761 or 15722270. OLE color: 15722270.

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

Color convert

RGB30231239-
CMYK0.870.0300.06
HSL182.3º86.72%52.75%-
HSV(B)182.3º87.45%93.73%-
XYZ44.6963.6691.59-
YUV171.81165.9126.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6%
GREEN value IS 231 (90.62% from 255) = 46.2%
BLUE value IS 239 (93.75% from 255) = 47.8%
R=6%
G=46.2%
B=47.8%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal302312390.870.0300.06182.386.7252.75
Hex1EE7EF57306b65735
Octal3634735712730626612765
Binary1111011100111111011111010111110110101101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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