Html Css Color HEX #1EDEC0 Turquoise

📋 copy color: '#1EDEC0'

red 30 ◦ green 222 ◦ blue 192

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

Shades of Turquoise #1EDEC0

Tints of Turquoise #1EDEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.24%

R = 6.76%
G = 50%
B = 43.24%

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

#1EDEC0 (or 0x1EDEC0) is known color: Turquoise. HEX triplet: 1E, DE and C0. RGB value is (30,222,192). Sum of RGB (Red+Green+Blue) = 30+222+192=444 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.76% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDEC0 is #E1213F. Grayscale: #A1A1A1. Windows color (decimal): -14754112 or 12639774. OLE color: 12639774.

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

Color convert

RGB 30 222 192 -
CMYK 0.86 0 0.14 0.13
HSL 170.63º 0.76% 0.49% -
HSV(B) 170.63º 0.86% 0.87% -
XYZ 36.17 56.32 58.83 -
YUV 161.17 145.39 34.44 -
System Red Green Blue C M Y K H S L
Decimal 30 222 192 0.86 0 0.14 0.13 170.63 0.76 0.49
Hex 1E DE C0 56 0 E D AB 4C 31
Octal 36 336 300 126 0 16 15 253 114 61
Binary 11110 11011110 11000000 1010110 0 1110 1101 10101011 1001100 110001

Color Harmonies of #1EDEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDEC0

Black with #1EDEC0

Text Example


Text Example

White with #1EDEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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