Html Css Color HEX #1EDEBF Turquoise

📋 copy color: '#1EDEBF'

red 30 ◦ green 222 ◦ blue 191

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

Shades of Turquoise #1EDEBF

Tints of Turquoise #1EDEBF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.11%

 BLUE value IS 191 (75% from 255) = 43.12%

R = 6.77%
G = 50.11%
B = 43.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#1EDEBF (or 0x1EDEBF) is known color: Turquoise. HEX triplet: 1E, DE and BF. RGB value is (30,222,191). Sum of RGB (Red+Green+Blue) = 30+222+191=443 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.77% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDEBF is #E12140. Grayscale: #A0A0A0. Windows color (decimal): -14754113 or 12574238. OLE color: 12574238.

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

Color convert

RGB 30 222 191 -
CMYK 0.86 0 0.14 0.13
HSL 170.31º 0.76% 0.49% -
HSV(B) 170.31º 0.86% 0.87% -
XYZ 36.06 56.28 58.25 -
YUV 161.06 144.89 34.52 -
System Red Green Blue C M Y K H S L
Decimal 30 222 191 0.86 0 0.14 0.13 170.31 0.76 0.49
Hex 1E DE BF 56 0 E D AA 4C 31
Octal 36 336 277 126 0 16 15 252 114 61
Binary 11110 11011110 10111111 1010110 0 1110 1101 10101010 1001100 110001

Color Harmonies of #1EDEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDEBF

Black with #1EDEBF

Text Example


Text Example

White with #1EDEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,222,191); }

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

background-color css

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

 a { background-color: rgb(30,222,191); }

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

border-color css

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

 span { border-color: rgb(30,222,191); }

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