#1ED9DE

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

Shades of Bright Turquoise #1ED9DE

Tints of Bright Turquoise #1ED9DE

Color information

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

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

Color convert

RGB30217222-
CMYK0.860.0200.13
HSL181.56º76.19%49.41%-
HSV(B)181.56º86.49%87.06%-
XYZ38.5355.1877.73-
YUV161.66162.0534.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal302172220.860.0200.13181.5676.1949.41
Hex1ED9DE5620Db64c31
Octal36331336126201526611461
Binary11110110110011101111010101101001101101101101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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