Html Css Color HEX #1EDCBA Turquoise

📋 copy color: '#1EDCBA'

red 30 ◦ green 220 ◦ blue 186

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

Shades of Turquoise #1EDCBA

Tints of Turquoise #1EDCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.46%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 6.88%
G = 50.46%
B = 42.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#1EDCBA (or 0x1EDCBA) is known color: Turquoise. HEX triplet: 1E, DC and BA. RGB value is (30,220,186). Sum of RGB (Red+Green+Blue) = 30+220+186=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDCBA is #E12345. Grayscale: #9F9F9F. Windows color (decimal): -14754630 or 12246046. OLE color: 12246046.

HSL color Cylindrical-coordinate representation of color #1EDCBA: hue angle of 169.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDCBA is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 220 186 -
CMYK 0.86 0 0.15 0.14
HSL 169.26º 0.76% 0.49% -
HSV(B) 169.26º 0.86% 0.86% -
XYZ 34.99 55.01 55.23 -
YUV 159.31 143.05 35.76 -
System Red Green Blue C M Y K H S L
Decimal 30 220 186 0.86 0 0.15 0.14 169.26 0.76 0.49
Hex 1E DC BA 56 0 F E A9 4C 31
Octal 36 334 272 126 0 17 16 251 114 61
Binary 11110 11011100 10111010 1010110 0 1111 1110 10101001 1001100 110001

Color Harmonies of #1EDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDCBA

Black with #1EDCBA

Text Example


Text Example

White with #1EDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,220,186); }

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

background-color css

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

 a { background-color: rgb(30,220,186); }

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

border-color css

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

 span { border-color: rgb(30,220,186); }

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