Html Css Color HEX #1EE7BE Turquoise

📋 copy color: '#1EE7BE'

red 30 ◦ green 231 ◦ blue 190

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

Shades of Turquoise #1EE7BE

Tints of Turquoise #1EE7BE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.22%

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 6.65%
G = 51.22%
B = 42.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#1EE7BE (or 0x1EE7BE) is known color: Turquoise. HEX triplet: 1E, E7 and BE. RGB value is (30,231,190). Sum of RGB (Red+Green+Blue) = 30+231+190=451 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.65% from 451); Green value is 231 (90.62% from 255 or 51.22% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 231 - color contains mainly: green. Hex color #1EE7BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE7BE is #E11841. Grayscale: #A6A6A6. Windows color (decimal): -14751810 or 12511006. OLE color: 12511006.

HSL color Cylindrical-coordinate representation of color #1EE7BE: hue angle of 167.76º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE7BE is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 30 231 190 -
CMYK 0.87 0 0.18 0.09
HSL 167.76º 0.81% 0.51% -
HSV(B) 167.76º 0.87% 0.91% -
XYZ 38.41 61.15 58.49 -
YUV 166.23 141.41 30.83 -
System Red Green Blue C M Y K H S L
Decimal 30 231 190 0.87 0 0.18 0.09 167.76 0.81 0.51
Hex 1E E7 BE 57 0 12 9 A8 51 33
Octal 36 347 276 127 0 22 11 250 121 63
Binary 11110 11100111 10111110 1010111 0 10010 1001 10101000 1010001 110011

Color Harmonies of #1EE7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE7BE

Black with #1EE7BE

Text Example


Text Example

White with #1EE7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,231,190); }

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

background-color css

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

 a { background-color: rgb(30,231,190); }

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

border-color css

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

 span { border-color: rgb(30,231,190); }

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