Html Css Color HEX #1EF2BE Bright Turquoise

📋 copy color: '#1EF2BE'

red 30 ◦ green 242 ◦ blue 190

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

Shades of Bright Turquoise #1EF2BE

Tints of Bright Turquoise #1EF2BE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.38%

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

R = 6.49%
G = 52.38%
B = 41.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#1EF2BE (or 0x1EF2BE) is known color: Bright Turquoise. HEX triplet: 1E, F2 and BE. RGB value is (30,242,190). Sum of RGB (Red+Green+Blue) = 30+242+190=462 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.49% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF2BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF2BE is #E10D41. Grayscale: #ACACAC. Windows color (decimal): -14748994 or 12513822. OLE color: 12513822.

HSL color Cylindrical-coordinate representation of color #1EF2BE: hue angle of 165.28º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF2BE is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 242 190 -
CMYK 0.88 0 0.21 0.05
HSL 165.28º 0.89% 0.53% -
HSV(B) 165.28º 0.88% 0.95% -
XYZ 41.58 67.5 59.55 -
YUV 172.68 137.76 26.23 -
System Red Green Blue C M Y K H S L
Decimal 30 242 190 0.88 0 0.21 0.05 165.28 0.89 0.53
Hex 1E F2 BE 58 0 15 5 A5 59 35
Octal 36 362 276 130 0 25 5 245 131 65
Binary 11110 11110010 10111110 1011000 0 10101 101 10100101 1011001 110101

Color Harmonies of #1EF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF2BE

Black with #1EF2BE

Text Example


Text Example

White with #1EF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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