#1EEFEC

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

Shades of Bright Turquoise #1EEFEC

Tints of Bright Turquoise #1EEFEC

Color information

#1EEFEC (or 0x1EEFEC) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EF and EC. RGB value is (30,239,236). Sum of RGB (Red+Green+Blue) = 30+239+236=505 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.94% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEFEC is #E11013. Grayscale: #AFAFAF. Windows color (decimal): -14749716 or 15527710. OLE color: 15527710.

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

Color convert

RGB30239236-
CMYK0.8700.010.06
HSL179.14º86.72%52.75%-
HSV(B)179.14º87.45%93.73%-
XYZ46.5468.0790.04-
YUV176.17161.7623.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.94%
GREEN value IS 239 (93.75% from 255) = 47.33%
BLUE value IS 236 (92.58% from 255) = 46.73%
R=5.94%
G=47.33%
B=46.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal302392360.8700.010.06179.1486.7252.75
Hex1EEFEC57016b35735
Octal3635735412701626312765
Binary111101110111111101100101011101110101100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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