#1EF0F5

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

Shades of Bright Turquoise #1EF0F5

Tints of Bright Turquoise #1EF0F5

Color information

#1EF0F5 (or 0x1EF0F5) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F0 and F5. RGB value is (30,240,245). Sum of RGB (Red+Green+Blue) = 30+240+245=515 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.83% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #1EF0F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF0F5 is #E10F0A. Grayscale: #B1B1B1. Windows color (decimal): -14749451 or 16117790. OLE color: 16117790.

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

Color convert

RGB30240245-
CMYK0.880.0200.04
HSL181.4º91.49%53.92%-
HSV(B)181.4º87.76%96.08%-
XYZ48.1869.1997.2-
YUV177.78165.9322.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.83%
GREEN value IS 240 (94.14% from 255) = 46.60%
BLUE value IS 245 (96.09% from 255) = 47.57%
R=5.83%
G=46.60%
B=47.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal302402450.880.0200.04181.491.4953.92
Hex1EF0F558204b55b36
Octal3636036513020426513366
Binary1111011110000111101011011000100100101101011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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