Html Css Color HEX #01E8BE Bright Turquoise

📋 copy color: '#01E8BE'

red 1 ◦ green 232 ◦ blue 190

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

Shades of Bright Turquoise #01E8BE

Tints of Bright Turquoise #01E8BE

RGB

 RED value IS 1 (0.78% from 255) = 0.24%

 GREEN value IS 232 (91.02% from 255) = 54.85%

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

R = 0.24%
G = 54.85%
B = 44.92%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#01E8BE (or 0x01E8BE) is known color: Bright Turquoise. HEX triplet: 01, E8 and BE. RGB value is (1,232,190). Sum of RGB (Red+Green+Blue) = 1+232+190=423 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 423); Green value is 232 (91.02% from 255 or 54.85% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 232 - color contains mainly: green. Hex color #01E8BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E8BE is #FE1741. Grayscale: #9E9E9E. Windows color (decimal): -16652098 or 12511233. OLE color: 12511233.

HSL color Cylindrical-coordinate representation of color #01E8BE: hue angle of 169.09º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E8BE is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 1 232 190 -
CMYK 1.00 0 0.18 0.09
HSL 169.09º 0.99% 0.46% -
HSV(B) 169.09º 1% 0.91% -
XYZ 38.16 61.44 58.56 -
YUV 158.14 145.97 15.92 -
System Red Green Blue C M Y K H S L
Decimal 1 232 190 1.00 0 0.18 0.09 169.09 0.99 0.46
Hex 1 E8 BE 64 0 12 9 A9 63 2E
Octal 1 350 276 144 0 22 11 251 143 56
Binary 1 11101000 10111110 1100100 0 10010 1001 10101001 1100011 101110

Color Harmonies of #01E8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E8BE

Black with #01E8BE

Text Example


Text Example

White with #01E8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01E8BE; }

 p { color: rgb(1,232,190); }

 H1.HeaderClassName
 {
   color: #01E8BE;
 }
 .AnyTagClassName
 {
   color: #01E8BE;
 }
</style>

background-color css

<style>
 a { background-color: #01E8BE; }

 a { background-color: rgb(1,232,190); }

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

border-color css

<style>
 span { border-color: #01E8BE; }

 span { border-color: rgb(1,232,190); }

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