#1EF5EE

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

Shades of Bright Turquoise #1EF5EE

Tints of Bright Turquoise #1EF5EE

Color information

#1EF5EE (or 0x1EF5EE) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F5 and EE. RGB value is (30,245,238). Sum of RGB (Red+Green+Blue) = 30+245+238=513 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.85% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #1EF5EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF5EE is #E10A11. Grayscale: #B3B3B3. Windows color (decimal): -14748178 or 15660318. OLE color: 15660318.

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

Color convert

RGB30245238-
CMYK0.8800.030.04
HSL178.05º91.49%53.92%-
HSV(B)178.05º87.76%96.08%-
XYZ48.6271.7592.18-
YUV179.92160.7721.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.85%
GREEN value IS 245 (96.09% from 255) = 47.76%
BLUE value IS 238 (93.36% from 255) = 46.39%
R=5.85%
G=47.76%
B=46.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal302452380.8800.030.04178.0591.4953.92
Hex1EF5EE58034b25b36
Octal3636535613003426213366
Binary1111011110101111011101011000011100101100101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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