#01E8CE

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

Shades of Bright Turquoise #01E8CE

Tints of Bright Turquoise #01E8CE

Color information

#01E8CE (or 0x01E8CE) is unknown color: approx Bright Turquoise. HEX triplet: 01, E8 and CE. RGB value is (1,232,206). Sum of RGB (Red+Green+Blue) = 1+232+206=439 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 439); Green value is 232 (91.02% from 255 or 52.85% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 232 - color contains mainly: green. Hex color #01E8CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E8CE is #FE1731. Grayscale: #9F9F9F. Windows color (decimal): -16652082 or 13559809. OLE color: 13559809.

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

Color convert

RGB1232206-
CMYK1.0000.110.09
HSL173.25º99.14%45.69%-
HSV(B)173.25º99.57%90.98%-
XYZ40.0162.1868.28-
YUV159.97153.9714.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 232 (91.02% from 255) = 52.85%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=0.23%
G=52.85%
B=46.92%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal12322061.0000.110.09173.2599.1445.69
Hex1E8CE640B9ad632e
Octal13503161440131125514356
Binary111101000110011101100100010111001101011011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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