#01F7E7

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

Shades of Bright Turquoise #01F7E7

Tints of Bright Turquoise #01F7E7

Color information

#01F7E7 (or 0x01F7E7) is unknown color: approx Bright Turquoise. HEX triplet: 01, F7 and E7. RGB value is (1,247,231). Sum of RGB (Red+Green+Blue) = 1+247+231=479 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #01F7E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F7E7 is #FE0818. Grayscale: #ABABAB. Windows color (decimal): -16648217 or 15202049. OLE color: 15202049.

HSL color Cylindrical-coordinate representation of color #01F7E7: hue angle of 176.1º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F7E7 is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB1247231-
CMYK1.0000.060.03
HSL176.1º99.19%48.63%-
HSV(B)176.1º99.6%96.86%-
XYZ47.772.387.04-
YUV171.62161.56.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.21%
GREEN value IS 247 (96.88% from 255) = 51.57%
BLUE value IS 231 (90.62% from 255) = 48.23%
R=0.21%
G=51.57%
B=48.23%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal12472311.0000.060.03176.199.1948.63
Hex1F7E764063b06331
Octal136734714406326014361
Binary111110111111001111100100011011101100001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,247,231); }

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

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

 a { background-color: rgb(1,247,231); }

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

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

 span { border-color: rgb(1,247,231); }

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