Html Css Color HEX #1EDCD2 Bright Turquoise

📋 copy color: '#1EDCD2'

red 30 ◦ green 220 ◦ blue 210

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

Shades of Bright Turquoise #1EDCD2

Tints of Bright Turquoise #1EDCD2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.83%

 BLUE value IS 210 (82.42% from 255) = 45.65%

R = 6.52%
G = 47.83%
B = 45.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#1EDCD2 (or 0x1EDCD2) is known color: Bright Turquoise. HEX triplet: 1E, DC and D2. RGB value is (30,220,210). Sum of RGB (Red+Green+Blue) = 30+220+210=460 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.52% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDCD2 is #E1232D. Grayscale: #A1A1A1. Windows color (decimal): -14754606 or 13818910. OLE color: 13818910.

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

Color convert

RGB 30 220 210 -
CMYK 0.86 0 0.05 0.14
HSL 176.84º 0.76% 0.49% -
HSV(B) 176.84º 0.86% 0.86% -
XYZ 37.76 56.12 69.81 -
YUV 162.05 155.05 33.81 -
System Red Green Blue C M Y K H S L
Decimal 30 220 210 0.86 0 0.05 0.14 176.84 0.76 0.49
Hex 1E DC D2 56 0 5 E B1 4C 31
Octal 36 334 322 126 0 5 16 261 114 61
Binary 11110 11011100 11010010 1010110 0 101 1110 10110001 1001100 110001

Color Harmonies of #1EDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDCD2

Black with #1EDCD2

Text Example


Text Example

White with #1EDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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