#01F6E4

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

Shades of Bright Turquoise #01F6E4

Tints of Bright Turquoise #01F6E4

Color information

#01F6E4 (or 0x01F6E4) is unknown color: approx Bright Turquoise. HEX triplet: 01, F6 and E4. RGB value is (1,246,228). Sum of RGB (Red+Green+Blue) = 1+246+228=475 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 475); Green value is 246 (96.48% from 255 or 51.79% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 246 - color contains mainly: green. Hex color #01F6E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F6E4 is #FE091B. Grayscale: #AAAAAA. Windows color (decimal): -16648476 or 15005185. OLE color: 15005185.

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

Color convert

RGB1246228-
CMYK1.0000.070.04
HSL175.59º99.19%48.43%-
HSV(B)175.59º99.59%96.47%-
XYZ46.9771.5284.73-
YUV170.69160.336.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal12462281.0000.070.04175.5999.1948.43
Hex1F6E464074b06330
Octal136634414407426014360
Binary1111101101110010011001000111100101100001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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