#1EECF5

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

Shades of Bright Turquoise #1EECF5

Tints of Bright Turquoise #1EECF5

Color information

#1EECF5 (or 0x1EECF5) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EC and F5. RGB value is (30,236,245). Sum of RGB (Red+Green+Blue) = 30+236+245=511 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.87% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #1EECF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EECF5 is #E1130A. Grayscale: #AFAFAF. Windows color (decimal): -14750475 or 16116766. OLE color: 16116766.

HSL color Cylindrical-coordinate representation of color #1EECF5: hue angle of 182.51º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EECF5 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB30236245-
CMYK0.880.0400.04
HSL182.51º91.49%53.92%-
HSV(B)182.51º87.76%96.08%-
XYZ47.0166.8696.81-
YUV175.43167.2524.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.87%
GREEN value IS 236 (92.58% from 255) = 46.18%
BLUE value IS 245 (96.09% from 255) = 47.95%
R=5.87%
G=46.18%
B=47.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal302362450.880.0400.04182.5191.4953.92
Hex1EECF558404b75b36
Octal3635436513040426713366
Binary11110111011001111010110110001000100101101111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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