Html Css Color HEX #1EDDD2 Bright Turquoise

📋 copy color: '#1EDDD2'

red 30 ◦ green 221 ◦ blue 210

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

Shades of Bright Turquoise #1EDDD2

Tints of Bright Turquoise #1EDDD2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.94%

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

R = 6.51%
G = 47.94%
B = 45.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#1EDDD2 (or 0x1EDDD2) is known color: Bright Turquoise. HEX triplet: 1E, DD and D2. RGB value is (30,221,210). Sum of RGB (Red+Green+Blue) = 30+221+210=461 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.51% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDDD2 is #E1222D. Grayscale: #A2A2A2. Windows color (decimal): -14754350 or 13819166. OLE color: 13819166.

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

Color convert

RGB 30 221 210 -
CMYK 0.86 0 0.05 0.13
HSL 176.54º 0.76% 0.49% -
HSV(B) 176.54º 0.86% 0.87% -
XYZ 38.02 56.64 69.9 -
YUV 162.64 154.72 33.39 -
System Red Green Blue C M Y K H S L
Decimal 30 221 210 0.86 0 0.05 0.13 176.54 0.76 0.49
Hex 1E DD D2 56 0 5 D B1 4C 31
Octal 36 335 322 126 0 5 15 261 114 61
Binary 11110 11011101 11010010 1010110 0 101 1101 10110001 1001100 110001

Color Harmonies of #1EDDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDDD2

Black with #1EDDD2

Text Example


Text Example

White with #1EDDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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