#1ED3CD

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

Shades of Dark Turquoise #1ED3CD

Tints of Dark Turquoise #1ED3CD

Color information

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

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

Color convert

RGB30211205-
CMYK0.8600.030.17
HSL178.01º75.1%47.25%-
HSV(B)178.01º85.78%82.75%-
XYZ34.8551.2765.82-
YUV156.2155.5337.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal302112050.8600.030.17178.0175.147.25
Hex1ED3CD560311b24b2f
Octal36323315126032126211357
Binary111101101001111001101101011001110001101100101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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