#1EF3DC

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

Shades of Bright Turquoise #1EF3DC

Tints of Bright Turquoise #1EF3DC

Color information

#1EF3DC (or 0x1EF3DC) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F3 and DC. RGB value is (30,243,220). Sum of RGB (Red+Green+Blue) = 30+243+220=493 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.09% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF3DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF3DC is #E10C23. Grayscale: #B0B0B0. Windows color (decimal): -14748708 or 14480158. OLE color: 14480158.

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

Color convert

RGB30243220-
CMYK0.8800.090.05
HSL173.52º89.87%53.53%-
HSV(B)173.52º87.65%95.29%-
XYZ45.569.5478.74-
YUV176.69152.4323.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.09%
GREEN value IS 243 (95.31% from 255) = 49.29%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=6.09%
G=49.29%
B=44.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal302432200.8800.090.05173.5289.8753.53
Hex1EF3DC58095ae5a36
Octal36363334130011525613266
Binary111101111001111011100101100001001101101011101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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