#01E8CF

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

Shades of Bright Turquoise #01E8CF

Tints of Bright Turquoise #01E8CF

Color information

#01E8CF (or 0x01E8CF) is unknown color: approx Bright Turquoise. HEX triplet: 01, E8 and CF. RGB value is (1,232,207). Sum of RGB (Red+Green+Blue) = 1+232+207=440 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 440); Green value is 232 (91.02% from 255 or 52.73% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 232 - color contains mainly: green. Hex color #01E8CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E8CF is #FE1730. Grayscale: #9F9F9F. Windows color (decimal): -16652081 or 13625345. OLE color: 13625345.

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

Color convert

RGB1232207-
CMYK1.0000.110.09
HSL173.51º99.14%45.69%-
HSV(B)173.51º99.57%90.98%-
XYZ40.1362.2268.93-
YUV160.08154.4714.53-

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.73%
BLUE value IS 207 (81.25% from 255) = 47.05%
R=0.23%
G=52.73%
B=47.05%

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
Decimal12322071.0000.110.09173.5199.1445.69
Hex1E8CF640B9ae632e
Octal13503171440131125614356
Binary111101000110011111100100010111001101011101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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