Html Css Color HEX #1EDCBB Turquoise

📋 copy color: '#1EDCBB'

red 30 ◦ green 220 ◦ blue 187

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

Shades of Turquoise #1EDCBB

Tints of Turquoise #1EDCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 6.86%
G = 50.34%
B = 42.79%

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

#1EDCBB (or 0x1EDCBB) is known color: Turquoise. HEX triplet: 1E, DC and BB. RGB value is (30,220,187). Sum of RGB (Red+Green+Blue) = 30+220+187=437 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.86% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDCBB is #E12344. Grayscale: #9F9F9F. Windows color (decimal): -14754629 or 12311582. OLE color: 12311582.

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

Color convert

RGB 30 220 187 -
CMYK 0.86 0 0.15 0.14
HSL 169.58º 0.76% 0.49% -
HSV(B) 169.58º 0.86% 0.86% -
XYZ 35.1 55.05 55.79 -
YUV 159.43 143.55 35.68 -
System Red Green Blue C M Y K H S L
Decimal 30 220 187 0.86 0 0.15 0.14 169.58 0.76 0.49
Hex 1E DC BB 56 0 F E AA 4C 31
Octal 36 334 273 126 0 17 16 252 114 61
Binary 11110 11011100 10111011 1010110 0 1111 1110 10101010 1001100 110001

Color Harmonies of #1EDCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDCBB

Black with #1EDCBB

Text Example


Text Example

White with #1EDCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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