#1EDED9

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

Shades of Bright Turquoise #1EDED9

Tints of Bright Turquoise #1EDED9

Color information

#1EDED9 (or 0x1EDED9) is unknown color: approx Bright Turquoise. HEX triplet: 1E, DE and D9. RGB value is (30,222,217). Sum of RGB (Red+Green+Blue) = 30+222+217=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDED9 is #E12126. Grayscale: #A3A3A3. Windows color (decimal): -14754087 or 14278174. OLE color: 14278174.

HSL color Cylindrical-coordinate representation of color #1EDED9: hue angle of 178.44º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDED9 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB30222217-
CMYK0.8600.020.13
HSL178.44º76.19%49.41%-
HSV(B)178.44º86.49%87.06%-
XYZ39.1857.5374.68-
YUV164.02157.8932.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.40%
GREEN value IS 222 (87.11% from 255) = 47.33%
BLUE value IS 217 (85.16% from 255) = 46.27%
R=6.40%
G=47.33%
B=46.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal302222170.8600.020.13178.4476.1949.41
Hex1EDED95602Db24c31
Octal36336331126021526211461
Binary11110110111101101100110101100101101101100101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,222,217); }

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

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

 a { background-color: rgb(30,222,217); }

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

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

 span { border-color: rgb(30,222,217); }

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