#1EEFE7

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

Shades of Bright Turquoise #1EEFE7

Tints of Bright Turquoise #1EEFE7

Color information

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

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

Color convert

RGB30239231-
CMYK0.8700.030.06
HSL177.7º86.72%52.75%-
HSV(B)177.7º87.45%93.73%-
XYZ45.8367.7886.27-
YUV175.6159.2624.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal302392310.8700.030.06177.786.7252.75
Hex1EEFE757036b25735
Octal3635734712703626212765
Binary1111011101111111001111010111011110101100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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