#1EC8DE

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

Shades of Dark Turquoise #1EC8DE

Tints of Dark Turquoise #1EC8DE

Color information

#1EC8DE (or 0x1EC8DE) is unknown color: approx Dark Turquoise. HEX triplet: 1E, C8 and DE. RGB value is (30,200,222). Sum of RGB (Red+Green+Blue) = 30+200+222=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #1EC8DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC8DE is #E13721. Grayscale: #979797. Windows color (decimal): -14759714 or 14600222. OLE color: 14600222.

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

Color convert

RGB30200222-
CMYK0.860.1000.13
HSL186.88º76.19%49.41%-
HSV(B)186.88º86.49%87.06%-
XYZ34.3746.8676.34-
YUV151.68167.6841.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.64%
GREEN value IS 200 (78.52% from 255) = 44.25%
BLUE value IS 222 (87.11% from 255) = 49.12%
R=6.64%
G=44.25%
B=49.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal302002220.860.1000.13186.8876.1949.41
Hex1EC8DE56A0Dbb4c31
Octal363103361261201527311461
Binary1111011001000110111101010110101001101101110111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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