Html Css Color HEX #1EE3DC Bright Turquoise

📋 copy color: '#1EE3DC'

red 30 ◦ green 227 ◦ blue 220

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

Shades of Bright Turquoise #1EE3DC

Tints of Bright Turquoise #1EE3DC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.59%

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

R = 6.29%
G = 47.59%
B = 46.12%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#1EE3DC (or 0x1EE3DC) is known color: Bright Turquoise. HEX triplet: 1E, E3 and DC. RGB value is (30,227,220). Sum of RGB (Red+Green+Blue) = 30+227+220=477 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.29% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #1EE3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE3DC is #E11C23. Grayscale: #A7A7A7. Windows color (decimal): -14752804 or 14476062. OLE color: 14476062.

HSL color Cylindrical-coordinate representation of color #1EE3DC: hue angle of 177.87º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE3DC is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 30 227 220 -
CMYK 0.87 0 0.03 0.11
HSL 177.87º 0.78% 0.5% -
HSV(B) 177.87º 0.87% 0.89% -
XYZ 40.92 60.38 77.21 -
YUV 167.3 157.73 30.07 -
System Red Green Blue C M Y K H S L
Decimal 30 227 220 0.87 0 0.03 0.11 177.87 0.78 0.5
Hex 1E E3 DC 57 0 3 B B2 4E 32
Octal 36 343 334 127 0 3 13 262 116 62
Binary 11110 11100011 11011100 1010111 0 11 1011 10110010 1001110 110010

Color Harmonies of #1EE3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE3DC

Black with #1EE3DC

Text Example


Text Example

White with #1EE3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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