Html Css Color HEX #1EDEC3 Turquoise

📋 copy color: '#1EDEC3'

red 30 ◦ green 222 ◦ blue 195

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

Shades of Turquoise #1EDEC3

Tints of Turquoise #1EDEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.62%

R = 6.71%
G = 49.66%
B = 43.62%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#1EDEC3 (or 0x1EDEC3) is known color: Turquoise. HEX triplet: 1E, DE and C3. RGB value is (30,222,195). Sum of RGB (Red+Green+Blue) = 30+222+195=447 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.71% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDEC3 is #E1213C. Grayscale: #A1A1A1. Windows color (decimal): -14754109 or 12836382. OLE color: 12836382.

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

Color convert

RGB 30 222 195 -
CMYK 0.86 0 0.12 0.13
HSL 171.56º 0.76% 0.49% -
HSV(B) 171.56º 0.86% 0.87% -
XYZ 36.51 56.46 60.6 -
YUV 161.51 146.89 34.2 -
System Red Green Blue C M Y K H S L
Decimal 30 222 195 0.86 0 0.12 0.13 171.56 0.76 0.49
Hex 1E DE C3 56 0 C D AC 4C 31
Octal 36 336 303 126 0 14 15 254 114 61
Binary 11110 11011110 11000011 1010110 0 1100 1101 10101100 1001100 110001

Color Harmonies of #1EDEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDEC3

Black with #1EDEC3

Text Example


Text Example

White with #1EDEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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