Html Css Color HEX #1ED5CD Dark Turquoise

📋 copy color: '#1ED5CD'

red 30 ◦ green 213 ◦ blue 205

#1ED5CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #1ED5CD

Tints of Dark Turquoise #1ED5CD

RGB

 RED value IS 30 (12.11% from 255) = 6.7%

 GREEN value IS 213 (83.59% from 255) = 47.54%

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 6.7%
G = 47.54%
B = 45.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#1ED5CD (or 0x1ED5CD) is known color: Dark Turquoise. HEX triplet: 1E, D5 and CD. RGB value is (30,213,205). Sum of RGB (Red+Green+Blue) = 30+213+205=448 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.70% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED5CD is #E12A32. Grayscale: #9D9D9D. Windows color (decimal): -14756403 or 13489438. OLE color: 13489438.

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

Color convert

RGB 30 213 205 -
CMYK 0.86 0 0.04 0.16
HSL 177.38º 0.75% 0.48% -
HSV(B) 177.38º 0.86% 0.84% -
XYZ 35.35 52.27 65.98 -
YUV 157.37 154.87 37.15 -
System Red Green Blue C M Y K H S L
Decimal 30 213 205 0.86 0 0.04 0.16 177.38 0.75 0.48
Hex 1E D5 CD 56 0 4 10 B1 4B 30
Octal 36 325 315 126 0 4 20 261 113 60
Binary 11110 11010101 11001101 1010110 0 100 10000 10110001 1001011 110000

Color Harmonies of #1ED5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED5CD

Black with #1ED5CD

Text Example


Text Example

White with #1ED5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ED5CD;
 }
 .AnyTagClassName
 {
   color: #1ED5CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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