#1EF6F2

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

Shades of Bright Turquoise #1EF6F2

Tints of Bright Turquoise #1EF6F2

Color information

#1EF6F2 (or 0x1EF6F2) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F6 and F2. RGB value is (30,246,242). Sum of RGB (Red+Green+Blue) = 30+246+242=518 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.79% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF6F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF6F2 is #E1090D. Grayscale: #B4B4B4. Windows color (decimal): -14747918 or 15922718. OLE color: 15922718.

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

Color convert

RGB30246242-
CMYK0.8800.020.04
HSL178.89º92.31%54.12%-
HSV(B)178.89º87.8%96.47%-
XYZ49.5272.695.41-
YUV180.96162.4420.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.79%
GREEN value IS 246 (96.48% from 255) = 47.49%
BLUE value IS 242 (94.92% from 255) = 46.72%
R=5.79%
G=47.49%
B=46.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal302462420.8800.020.04178.8992.3154.12
Hex1EF6F258024b35c36
Octal3636636213002426313466
Binary1111011110110111100101011000010100101100111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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