Html Css Color HEX #1EDEBC Turquoise

📋 copy color: '#1EDEBC'

red 30 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #1EDEBC

Tints of Turquoise #1EDEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 6.82%
G = 50.45%
B = 42.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#1EDEBC (or 0x1EDEBC) is known color: Turquoise. HEX triplet: 1E, DE and BC. RGB value is (30,222,188). Sum of RGB (Red+Green+Blue) = 30+222+188=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDEBC is #E12143. Grayscale: #A0A0A0. Windows color (decimal): -14754116 or 12377630. OLE color: 12377630.

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

Color convert

RGB 30 222 188 -
CMYK 0.86 0 0.15 0.13
HSL 169.38º 0.76% 0.49% -
HSV(B) 169.38º 0.86% 0.87% -
XYZ 35.73 56.15 56.53 -
YUV 160.72 143.39 34.76 -
System Red Green Blue C M Y K H S L
Decimal 30 222 188 0.86 0 0.15 0.13 169.38 0.76 0.49
Hex 1E DE BC 56 0 F D A9 4C 31
Octal 36 336 274 126 0 17 15 251 114 61
Binary 11110 11011110 10111100 1010110 0 1111 1101 10101001 1001100 110001

Color Harmonies of #1EDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDEBC

Black with #1EDEBC

Text Example


Text Example

White with #1EDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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