#1EC4D5

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

Shades of Dark Turquoise #1EC4D5

Tints of Dark Turquoise #1EC4D5

Color information

#1EC4D5 (or 0x1EC4D5) is unknown color: approx Dark Turquoise. HEX triplet: 1E, C4 and D5. RGB value is (30,196,213). Sum of RGB (Red+Green+Blue) = 30+196+213=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #1EC4D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC4D5 is #E13B2A. Grayscale: #949494. Windows color (decimal): -14760747 or 14009374. OLE color: 14009374.

HSL color Cylindrical-coordinate representation of color #1EC4D5: hue angle of 185.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EC4D5 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB30196213-
CMYK0.860.0800.16
HSL185.57º75.31%47.65%-
HSV(B)185.57º85.92%83.53%-
XYZ32.2944.5669.85-
YUV148.3164.543.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.83%
GREEN value IS 196 (76.95% from 255) = 44.65%
BLUE value IS 213 (83.59% from 255) = 48.52%
R=6.83%
G=44.65%
B=48.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal301962130.860.0800.16185.5775.3147.65
Hex1EC4D5568010ba4b30
Octal363043251261002027211360
Binary11110110001001101010110101101000010000101110101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,196,213); }

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

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

 a { background-color: rgb(30,196,213); }

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

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

 span { border-color: rgb(30,196,213); }

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