Html Css Color HEX #1EEAB9 Turquoise

📋 copy color: '#1EEAB9'

red 30 ◦ green 234 ◦ blue 185

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

Shades of Turquoise #1EEAB9

Tints of Turquoise #1EEAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 6.68%
G = 52.12%
B = 41.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#1EEAB9 (or 0x1EEAB9) is known color: Turquoise. HEX triplet: 1E, EA and B9. RGB value is (30,234,185). Sum of RGB (Red+Green+Blue) = 30+234+185=449 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.68% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #1EEAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEAB9 is #E11546. Grayscale: #A7A7A7. Windows color (decimal): -14751047 or 12184094. OLE color: 12184094.

HSL color Cylindrical-coordinate representation of color #1EEAB9: hue angle of 165.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 #1EEAB9 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 234 185 -
CMYK 0.87 0 0.21 0.08
HSL 165.59º 0.83% 0.52% -
HSV(B) 165.59º 0.87% 0.92% -
XYZ 38.72 62.62 55.95 -
YUV 167.42 137.91 29.98 -
System Red Green Blue C M Y K H S L
Decimal 30 234 185 0.87 0 0.21 0.08 165.59 0.83 0.52
Hex 1E EA B9 57 0 15 8 A6 53 34
Octal 36 352 271 127 0 25 10 246 123 64
Binary 11110 11101010 10111001 1010111 0 10101 1000 10100110 1010011 110100

Color Harmonies of #1EEAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEAB9

Black with #1EEAB9

Text Example


Text Example

White with #1EEAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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