#1ECDD3

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

Shades of Dark Turquoise #1ECDD3

Tints of Dark Turquoise #1ECDD3

Color information

#1ECDD3 (or 0x1ECDD3) is unknown color: approx Dark Turquoise. HEX triplet: 1E, CD and D3. RGB value is (30,205,211). Sum of RGB (Red+Green+Blue) = 30+205+211=446 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.73% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 211 - color contains mainly: blue. Hex color #1ECDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDD3 is #E1322C. Grayscale: #999999. Windows color (decimal): -14758445 or 13880606. OLE color: 13880606.

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

Color convert

RGB30205211-
CMYK0.860.0300.17
HSL181.99º75.1%47.25%-
HSV(B)181.99º85.78%82.75%-
XYZ34.1248.6469.22-
YUV153.36160.5240.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.73%
GREEN value IS 205 (80.47% from 255) = 45.96%
BLUE value IS 211 (82.81% from 255) = 47.31%
R=6.73%
G=45.96%
B=47.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal302052110.860.0300.17181.9975.147.25
Hex1ECDD3563011b64b2f
Octal36315323126302126611357
Binary111101100110111010011101011011010001101101101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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