#1ED1D0

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

Shades of Dark Turquoise #1ED1D0

Tints of Dark Turquoise #1ED1D0

Color information

#1ED1D0 (or 0x1ED1D0) is unknown color: approx Dark Turquoise. HEX triplet: 1E, D1 and D0. RGB value is (30,209,208). Sum of RGB (Red+Green+Blue) = 30+209+208=447 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.71% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED1D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED1D0 is #E12E2F. Grayscale: #9B9B9B. Windows color (decimal): -14757424 or 13685022. OLE color: 13685022.

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

Color convert

RGB30209208-
CMYK0.8600.000.18
HSL179.66º74.9%46.86%-
HSV(B)179.66º85.65%81.96%-
XYZ34.7250.4367.58-
YUV155.36157.738.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.71%
GREEN value IS 209 (82.03% from 255) = 46.76%
BLUE value IS 208 (81.64% from 255) = 46.53%
R=6.71%
G=46.76%
B=46.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal302092080.8600.000.18179.6674.946.86
Hex1ED1D0560012b44b2f
Octal36321320126002226411357
Binary11110110100011101000010101100010010101101001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,209,208); }

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

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

 a { background-color: rgb(30,209,208); }

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

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

 span { border-color: rgb(30,209,208); }

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