Html Css Color HEX #1EF0BE Bright Turquoise

📋 copy color: '#1EF0BE'

red 30 ◦ green 240 ◦ blue 190

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

Shades of Bright Turquoise #1EF0BE

Tints of Bright Turquoise #1EF0BE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.17%

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

R = 6.52%
G = 52.17%
B = 41.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#1EF0BE (or 0x1EF0BE) is known color: Bright Turquoise. HEX triplet: 1E, F0 and BE. RGB value is (30,240,190). Sum of RGB (Red+Green+Blue) = 30+240+190=460 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.52% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF0BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF0BE is #E10F41. Grayscale: #ABABAB. Windows color (decimal): -14749506 or 12513310. OLE color: 12513310.

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

Color convert

RGB 30 240 190 -
CMYK 0.87 0 0.21 0.06
HSL 165.71º 0.88% 0.53% -
HSV(B) 165.71º 0.88% 0.94% -
XYZ 40.99 66.31 59.35 -
YUV 171.51 138.43 27.07 -
System Red Green Blue C M Y K H S L
Decimal 30 240 190 0.87 0 0.21 0.06 165.71 0.88 0.53
Hex 1E F0 BE 57 0 15 6 A6 58 35
Octal 36 360 276 127 0 25 6 246 130 65
Binary 11110 11110000 10111110 1010111 0 10101 110 10100110 1011000 110101

Color Harmonies of #1EF0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF0BE

Black with #1EF0BE

Text Example


Text Example

White with #1EF0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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