#01E6F6

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

Shades of Bright Turquoise #01E6F6

Tints of Bright Turquoise #01E6F6

Color information

#01E6F6 (or 0x01E6F6) is unknown color: approx Bright Turquoise. HEX triplet: 01, E6 and F6. RGB value is (1,230,246). Sum of RGB (Red+Green+Blue) = 1+230+246=477 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 477); Green value is 230 (90.23% from 255 or 48.22% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #01E6F6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01E6F6 is #FE1909. Grayscale: #A3A3A3. Windows color (decimal): -16652554 or 16180737. OLE color: 16180737.

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

Color convert

RGB1230246-
CMYK1.000.0700.04
HSL183.92º99.19%48.43%-
HSV(B)183.92º99.59%96.47%-
XYZ44.9463.2597.03-
YUV163.35174.6312.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.21%
GREEN value IS 230 (90.23% from 255) = 48.22%
BLUE value IS 246 (96.48% from 255) = 51.57%
R=0.21%
G=48.22%
B=51.57%

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
Decimal12302461.000.0700.04183.9299.1948.43
Hex1E6F664704b86330
Octal134636614470427014360
Binary1111001101111011011001001110100101110001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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