Html Css Color HEX #1EEADB Bright Turquoise

📋 copy color: '#1EEADB'

red 30 ◦ green 234 ◦ blue 219

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

Shades of Bright Turquoise #1EEADB

Tints of Bright Turquoise #1EEADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.45%

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 6.21%
G = 48.45%
B = 45.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#1EEADB (or 0x1EEADB) is known color: Bright Turquoise. HEX triplet: 1E, EA and DB. RGB value is (30,234,219). Sum of RGB (Red+Green+Blue) = 30+234+219=483 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.21% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #1EEADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEADB is #E11524. Grayscale: #ABABAB. Windows color (decimal): -14751013 or 14412318. OLE color: 14412318.

HSL color Cylindrical-coordinate representation of color #1EEADB: hue angle of 175.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEADB is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 234 219 -
CMYK 0.87 0 0.06 0.08
HSL 175.59º 0.83% 0.52% -
HSV(B) 175.59º 0.87% 0.92% -
XYZ 42.74 64.24 77.16 -
YUV 171.29 154.91 27.22 -
System Red Green Blue C M Y K H S L
Decimal 30 234 219 0.87 0 0.06 0.08 175.59 0.83 0.52
Hex 1E EA DB 57 0 6 8 B0 53 34
Octal 36 352 333 127 0 6 10 260 123 64
Binary 11110 11101010 11011011 1010111 0 110 1000 10110000 1010011 110100

Color Harmonies of #1EEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEADB

Black with #1EEADB

Text Example


Text Example

White with #1EEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,234,219); }

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

background-color css

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

 a { background-color: rgb(30,234,219); }

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

border-color css

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

 span { border-color: rgb(30,234,219); }

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