Html Css Color HEX #1EEABA Turquoise

📋 copy color: '#1EEABA'

red 30 ◦ green 234 ◦ blue 186

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

Shades of Turquoise #1EEABA

Tints of Turquoise #1EEABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 6.67%
G = 52%
B = 41.33%

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

#1EEABA (or 0x1EEABA) is known color: Turquoise. HEX triplet: 1E, EA and BA. RGB value is (30,234,186). Sum of RGB (Red+Green+Blue) = 30+234+186=450 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.67% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #1EEABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEABA is #E11545. Grayscale: #A7A7A7. Windows color (decimal): -14751046 or 12249630. OLE color: 12249630.

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

Color convert

RGB 30 234 186 -
CMYK 0.87 0 0.21 0.08
HSL 165.88º 0.83% 0.52% -
HSV(B) 165.88º 0.87% 0.92% -
XYZ 38.82 62.67 56.5 -
YUV 167.53 138.41 29.9 -
System Red Green Blue C M Y K H S L
Decimal 30 234 186 0.87 0 0.21 0.08 165.88 0.83 0.52
Hex 1E EA BA 57 0 15 8 A6 53 34
Octal 36 352 272 127 0 25 10 246 123 64
Binary 11110 11101010 10111010 1010111 0 10101 1000 10100110 1010011 110100

Color Harmonies of #1EEABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEABA

Black with #1EEABA

Text Example


Text Example

White with #1EEABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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