#01E4F6

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

Shades of Bright Turquoise #01E4F6

Tints of Bright Turquoise #01E4F6

Color information

#01E4F6 (or 0x01E4F6) is unknown color: approx Bright Turquoise. HEX triplet: 01, E4 and F6. RGB value is (1,228,246). Sum of RGB (Red+Green+Blue) = 1+228+246=475 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #01E4F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01E4F6 is #FE1B09. Grayscale: #A1A1A1. Windows color (decimal): -16653066 or 16180225. OLE color: 16180225.

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

Color convert

RGB1228246-
CMYK1.000.0700.04
HSL184.41º99.19%48.43%-
HSV(B)184.41º99.59%96.47%-
XYZ44.3962.1596.84-
YUV162.18175.2913.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.21%
GREEN value IS 228 (89.45% from 255) = 48%
BLUE value IS 246 (96.48% from 255) = 51.79%
R=0.21%
G=48%
B=51.79%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal12282461.000.0700.04184.4199.1948.43
Hex1E4F664704b86330
Octal134436614470427014360
Binary1111001001111011011001001110100101110001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,228,246); }

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

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

 a { background-color: rgb(1,228,246); }

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

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

 span { border-color: rgb(1,228,246); }

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