#01f2c7

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

Shades of Bright Turquoise #01F2C7

Tints of Bright Turquoise #01F2C7

Color information

#01F2C7 (or 0x01F2C7) is unknown color: approx Bright Turquoise. HEX triplet: 01, F2 and C7. RGB value is (1,242,199). Sum of RGB (Red+Green+Blue) = 1+242+199=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F2C7 is #FE0D38. Grayscale: #A4A4A4. Windows color (decimal): -16649529 or 13103617. OLE color: 13103617.

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

Color convert

RGB1242199-
CMYK1.0000.180.05
HSL169.29º99.18%47.65%-
HSV(B)169.29º99.59%94.9%-
XYZ42.0767.6364.87-
YUV165.04147.1611-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 242 (94.92% from 255) = 54.75%
BLUE value IS 199 (78.12% from 255) = 45.02%
R=0.23%
G=54.75%
B=45.02%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal12421991.0000.180.05169.2999.1847.65
Hex1F2C7640125a96330
Octal1362307144022525114360
Binary111110010110001111100100010010101101010011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01f2c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,242,199); }

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

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

 a { background-color: rgb(1,242,199); }

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

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

 span { border-color: rgb(1,242,199); }

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