Html Css Color HEX #01E9BE Bright Turquoise

📋 copy color: '#01E9BE'

red 1 ◦ green 233 ◦ blue 190

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

Shades of Bright Turquoise #01E9BE

Tints of Bright Turquoise #01E9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 54.95%

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

R = 0.24%
G = 54.95%
B = 44.81%

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

#01E9BE (or 0x01E9BE) is known color: Bright Turquoise. HEX triplet: 01, E9 and BE. RGB value is (1,233,190). Sum of RGB (Red+Green+Blue) = 1+233+190=424 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 424); Green value is 233 (91.41% from 255 or 54.95% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 233 - color contains mainly: green. Hex color #01E9BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E9BE is #FE1641. Grayscale: #9E9E9E. Windows color (decimal): -16651842 or 12511489. OLE color: 12511489.

HSL color Cylindrical-coordinate representation of color #01E9BE: hue angle of 168.88º 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 #01E9BE is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 1 233 190 -
CMYK 1.00 0 0.18 0.09
HSL 168.88º 0.99% 0.46% -
HSV(B) 168.88º 1% 0.91% -
XYZ 38.45 62 58.66 -
YUV 158.73 145.64 15.5 -
System Red Green Blue C M Y K H S L
Decimal 1 233 190 1.00 0 0.18 0.09 168.88 0.99 0.46
Hex 1 E9 BE 64 0 12 9 A9 63 2E
Octal 1 351 276 144 0 22 11 251 143 56
Binary 1 11101001 10111110 1100100 0 10010 1001 10101001 1100011 101110

Color Harmonies of #01E9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E9BE

Black with #01E9BE

Text Example


Text Example

White with #01E9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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