#1ECED3

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

Shades of Dark Turquoise #1ECED3

Tints of Dark Turquoise #1ECED3

Color information

#1ECED3 (or 0x1ECED3) is unknown color: approx Dark Turquoise. HEX triplet: 1E, CE and D3. RGB value is (30,206,211). Sum of RGB (Red+Green+Blue) = 30+206+211=447 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.71% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 211 - color contains mainly: blue. Hex color #1ECED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECED3 is #E1312C. Grayscale: #999999. Windows color (decimal): -14758189 or 13880862. OLE color: 13880862.

HSL color Cylindrical-coordinate representation of color #1ECED3: hue angle of 181.66º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECED3 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB30206211-
CMYK0.860.0200.17
HSL181.66º75.1%47.25%-
HSV(B)181.66º85.78%82.75%-
XYZ34.3649.1269.3-
YUV153.95160.1939.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.71%
GREEN value IS 206 (80.86% from 255) = 46.09%
BLUE value IS 211 (82.81% from 255) = 47.20%
R=6.71%
G=46.09%
B=47.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal302062110.860.0200.17181.6675.147.25
Hex1ECED3562011b64b2f
Octal36316323126202126611357
Binary111101100111011010011101011010010001101101101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,206,211); }

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

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

 a { background-color: rgb(30,206,211); }

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

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

 span { border-color: rgb(30,206,211); }

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