#1EF9D5

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

Shades of Bright Turquoise #1EF9D5

Tints of Bright Turquoise #1EF9D5

Color information

#1EF9D5 (or 0x1EF9D5) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F9 and D5. RGB value is (30,249,213). Sum of RGB (Red+Green+Blue) = 30+249+213=492 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.10% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #1EF9D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF9D5 is #E1062A. Grayscale: #B3B3B3. Windows color (decimal): -14747179 or 14022942. OLE color: 14022942.

HSL color Cylindrical-coordinate representation of color #1EF9D5: hue angle of 170.14º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF9D5 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB30249213-
CMYK0.8800.140.02
HSL170.14º94.81%54.71%-
HSV(B)170.14º87.95%97.65%-
XYZ46.4272.8374.56-
YUV179.42146.9521.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.10%
GREEN value IS 249 (97.66% from 255) = 50.61%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=6.10%
G=50.61%
B=43.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal302492130.8800.140.02170.1494.8154.71
Hex1EF9D5580E2aa5f37
Octal36371325130016225213767
Binary11110111110011101010110110000111010101010101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,249,213); }

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

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

 a { background-color: rgb(30,249,213); }

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

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

 span { border-color: rgb(30,249,213); }

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