Html Css Color HEX #01F7C0 Bright Turquoise

📋 copy color: '#01F7C0'

red 1 ◦ green 247 ◦ blue 192

#01F7C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #01F7C0

Tints of Bright Turquoise #01F7C0

RGB

 RED value IS 1 (0.78% from 255) = 0.23%

 GREEN value IS 247 (96.88% from 255) = 56.14%

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 0.23%
G = 56.14%
B = 43.64%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#01F7C0 (or 0x01F7C0) is known color: Bright Turquoise. HEX triplet: 01, F7 and C0. RGB value is (1,247,192). Sum of RGB (Red+Green+Blue) = 1+247+192=440 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 440); Green value is 247 (96.88% from 255 or 56.14% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 247 - color contains mainly: green. Hex color #01F7C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F7C0 is #FE083F. Grayscale: #A7A7A7. Windows color (decimal): -16648256 or 12646145. OLE color: 12646145.

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

Color convert

RGB 1 247 192 -
CMYK 1.00 0 0.22 0.03
HSL 166.59º 0.99% 0.49% -
HSV(B) 166.59º 1% 0.97% -
XYZ 42.79 70.33 61.19 -
YUV 167.18 142 9.47 -
System Red Green Blue C M Y K H S L
Decimal 1 247 192 1.00 0 0.22 0.03 166.59 0.99 0.49
Hex 1 F7 C0 64 0 16 3 A7 63 31
Octal 1 367 300 144 0 26 3 247 143 61
Binary 1 11110111 11000000 1100100 0 10110 11 10100111 1100011 110001

Color Harmonies of #01F7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F7C0

Black with #01F7C0

Text Example


Text Example

White with #01F7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01F7C0;
 }
 .AnyTagClassName
 {
   color: #01F7C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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