#01E9C4

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

Shades of Bright Turquoise #01E9C4

Tints of Bright Turquoise #01E9C4

Color information

#01E9C4 (or 0x01E9C4) is unknown color: approx Bright Turquoise. HEX triplet: 01, E9 and C4. RGB value is (1,233,196). Sum of RGB (Red+Green+Blue) = 1+233+196=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 233 (91.41% from 255 or 54.19% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 233 - color contains mainly: green. Hex color #01E9C4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E9C4 is #FE163B. Grayscale: #9F9F9F. Windows color (decimal): -16651836 or 12904705. OLE color: 12904705.

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

Color convert

RGB1233196-
CMYK1.0000.160.09
HSL170.43º99.15%45.88%-
HSV(B)170.43º99.57%91.37%-
XYZ39.1262.2762.18-
YUV159.41148.6415.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 233 (91.41% from 255) = 54.19%
BLUE value IS 196 (76.95% from 255) = 45.58%
R=0.23%
G=54.19%
B=45.58%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal12331961.0000.160.09170.4399.1545.88
Hex1E9C4640109aa632e
Octal13513041440201125214356
Binary1111010011100010011001000100001001101010101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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