Html Css Color HEX #1EDCBD Turquoise

📋 copy color: '#1EDCBD'

red 30 ◦ green 220 ◦ blue 189

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

Shades of Turquoise #1EDCBD

Tints of Turquoise #1EDCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 6.83%
G = 50.11%
B = 43.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#1EDCBD (or 0x1EDCBD) is known color: Turquoise. HEX triplet: 1E, DC and BD. RGB value is (30,220,189). Sum of RGB (Red+Green+Blue) = 30+220+189=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDCBD is #E12342. Grayscale: #9F9F9F. Windows color (decimal): -14754627 or 12442654. OLE color: 12442654.

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

Color convert

RGB 30 220 189 -
CMYK 0.86 0 0.14 0.14
HSL 170.21º 0.76% 0.49% -
HSV(B) 170.21º 0.86% 0.86% -
XYZ 35.31 55.14 56.93 -
YUV 159.66 144.55 35.52 -
System Red Green Blue C M Y K H S L
Decimal 30 220 189 0.86 0 0.14 0.14 170.21 0.76 0.49
Hex 1E DC BD 56 0 E E AA 4C 31
Octal 36 334 275 126 0 16 16 252 114 61
Binary 11110 11011100 10111101 1010110 0 1110 1110 10101010 1001100 110001

Color Harmonies of #1EDCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDCBD

Black with #1EDCBD

Text Example


Text Example

White with #1EDCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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