#1EF3DA

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

Shades of Bright Turquoise #1EF3DA

Tints of Bright Turquoise #1EF3DA

Color information

#1EF3DA (or 0x1EF3DA) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F3 and DA. RGB value is (30,243,218). Sum of RGB (Red+Green+Blue) = 30+243+218=491 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.11% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF3DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF3DA is #E10C25. Grayscale: #B0B0B0. Windows color (decimal): -14748710 or 14349086. OLE color: 14349086.

HSL color Cylindrical-coordinate representation of color #1EF3DA: hue angle of 172.96º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF3DA is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB30243218-
CMYK0.8800.100.05
HSL172.96º89.87%53.53%-
HSV(B)172.96º87.65%95.29%-
XYZ45.2469.4477.35-
YUV176.46151.4323.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.11%
GREEN value IS 243 (95.31% from 255) = 49.49%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=6.11%
G=49.49%
B=44.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal302432180.8800.100.05172.9689.8753.53
Hex1EF3DA580A5ad5a36
Octal36363332130012525513266
Binary111101111001111011010101100001010101101011011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,243,218); }

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

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

 a { background-color: rgb(30,243,218); }

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

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

 span { border-color: rgb(30,243,218); }

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