#01E8E7

Color #01E8E7 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #01E8E7

Tints of Bright Turquoise #01E8E7

Color information

#01E8E7 (or 0x01E8E7) is unknown color: approx Bright Turquoise. HEX triplet: 01, E8 and E7. RGB value is (1,232,231). Sum of RGB (Red+Green+Blue) = 1+232+231=464 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 464); Green value is 232 (91.02% from 255 or 50% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 232 - color contains mainly: green. Hex color #01E8E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01E8E7 is #FE1718. Grayscale: #A2A2A2. Windows color (decimal): -16652057 or 15198209. OLE color: 15198209.

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

Color convert

RGB1232231-
CMYK1.0000.000.09
HSL179.74º99.14%45.69%-
HSV(B)179.74º99.57%90.98%-
XYZ43.2963.4985.57-
YUV162.82166.4712.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.22%
GREEN value IS 232 (91.02% from 255) = 50%
BLUE value IS 231 (90.62% from 255) = 49.78%
R=0.22%
G=50%
B=49.78%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal12322311.0000.000.09179.7499.1445.69
Hex1E8E764009b4632e
Octal1350347144001126414356
Binary111101000111001111100100001001101101001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01E8E7;
 }
 .AnyTagClassName
 {
   color: #01E8E7;
 }
</style>
background-color css

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

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

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

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

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

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