#1EF2F4

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

Shades of Bright Turquoise #1EF2F4

Tints of Bright Turquoise #1EF2F4

Color information

#1EF2F4 (or 0x1EF2F4) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F2 and F4. RGB value is (30,242,244). Sum of RGB (Red+Green+Blue) = 30+242+244=516 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.81% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #1EF2F4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF2F4 is #E10D0B. Grayscale: #B2B2B2. Windows color (decimal): -14748940 or 16052766. OLE color: 16052766.

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

Color convert

RGB30242244-
CMYK0.880.0100.04
HSL180.56º90.68%53.73%-
HSV(B)180.56º87.7%95.69%-
XYZ48.6270.3196.6-
YUV178.84164.7621.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.81%
GREEN value IS 242 (94.92% from 255) = 46.90%
BLUE value IS 244 (95.70% from 255) = 47.29%
R=5.81%
G=46.90%
B=47.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal302422440.880.0100.04180.5690.6853.73
Hex1EF2F458104b55b36
Octal3636236413010426513366
Binary111101111001011110100101100010100101101011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF2F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,242,244); }

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

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

 a { background-color: rgb(30,242,244); }

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

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

 span { border-color: rgb(30,242,244); }

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