Html Css Color HEX #1EDEDC Bright Turquoise

📋 copy color: '#1EDEDC'

red 30 ◦ green 222 ◦ blue 220

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

Shades of Bright Turquoise #1EDEDC

Tints of Bright Turquoise #1EDEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 6.36%
G = 47.03%
B = 46.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#1EDEDC (or 0x1EDEDC) is known color: Bright Turquoise. HEX triplet: 1E, DE and DC. RGB value is (30,222,220). Sum of RGB (Red+Green+Blue) = 30+222+220=472 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.36% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDEDC is #E12123. Grayscale: #A4A4A4. Windows color (decimal): -14754084 or 14474782. OLE color: 14474782.

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

Color convert

RGB 30 222 220 -
CMYK 0.86 0 0.01 0.13
HSL 179.38º 0.76% 0.49% -
HSV(B) 179.38º 0.86% 0.87% -
XYZ 39.57 57.69 76.76 -
YUV 164.36 159.39 32.16 -
System Red Green Blue C M Y K H S L
Decimal 30 222 220 0.86 0 0.01 0.13 179.38 0.76 0.49
Hex 1E DE DC 56 0 1 D B3 4C 31
Octal 36 336 334 126 0 1 15 263 114 61
Binary 11110 11011110 11011100 1010110 0 1 1101 10110011 1001100 110001

Color Harmonies of #1EDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDEDC

Black with #1EDEDC

Text Example


Text Example

White with #1EDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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