#1EF5F0

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

Shades of Bright Turquoise #1EF5F0

Tints of Bright Turquoise #1EF5F0

Color information

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

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

Color convert

RGB30245240-
CMYK0.8800.020.04
HSL178.6º91.49%53.92%-
HSV(B)178.6º87.76%96.08%-
XYZ48.9271.8793.73-
YUV180.14161.7720.91-

RGB Variations

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

RGB

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

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
Decimal302452400.8800.020.04178.691.4953.92
Hex1EF5F058024b35b36
Octal3636536013002426313366
Binary1111011110101111100001011000010100101100111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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