#01E9F3

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

Shades of Bright Turquoise #01E9F3

Tints of Bright Turquoise #01E9F3

Color information

#01E9F3 (or 0x01E9F3) is unknown color: approx Bright Turquoise. HEX triplet: 01, E9 and F3. RGB value is (1,233,243). Sum of RGB (Red+Green+Blue) = 1+233+243=477 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #01E9F3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01E9F3 is #FE160C. Grayscale: #A4A4A4. Windows color (decimal): -16651789 or 15984897. OLE color: 15984897.

HSL color Cylindrical-coordinate representation of color #01E9F3: hue angle of 182.48º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E9F3 is Cyan = 1.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1233243-
CMYK1.000.0400.05
HSL182.48º99.18%47.84%-
HSV(B)182.48º99.59%95.29%-
XYZ45.3364.7694.9-
YUV164.77172.1411.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.21%
GREEN value IS 233 (91.41% from 255) = 48.85%
BLUE value IS 243 (95.31% from 255) = 50.94%
R=0.21%
G=48.85%
B=50.94%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal12332431.000.0400.05182.4899.1847.84
Hex1E9F364405b66330
Octal135136314440526614360
Binary1111010011111001111001001000101101101101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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