Html Css Color HEX #01FAC2 Bright Turquoise

📋 copy color: '#01FAC2'

red 1 ◦ green 250 ◦ blue 194

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

Shades of Bright Turquoise #01FAC2

Tints of Bright Turquoise #01FAC2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.18%

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 0.22%
G = 56.18%
B = 43.6%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#01FAC2 (or 0x01FAC2) is known color: Bright Turquoise. HEX triplet: 01, FA and C2. RGB value is (1,250,194). Sum of RGB (Red+Green+Blue) = 1+250+194=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 250 (98.05% from 255 or 56.18% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 250 - color contains mainly: green. Hex color #01FAC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FAC2 is #FE053D. Grayscale: #A9A9A9. Windows color (decimal): -16647486 or 12777985. OLE color: 12777985.

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

Color convert

RGB 1 250 194 -
CMYK 1.00 0 0.22 0.02
HSL 166.51º 0.99% 0.49% -
HSV(B) 166.51º 1% 0.98% -
XYZ 43.94 72.27 62.67 -
YUV 169.17 142.01 8.05 -
System Red Green Blue C M Y K H S L
Decimal 1 250 194 1.00 0 0.22 0.02 166.51 0.99 0.49
Hex 1 FA C2 64 0 16 2 A7 63 31
Octal 1 372 302 144 0 26 2 247 143 61
Binary 1 11111010 11000010 1100100 0 10110 10 10100111 1100011 110001

Color Harmonies of #01FAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FAC2

Black with #01FAC2

Text Example


Text Example

White with #01FAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,250,194); }

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

background-color css

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

 a { background-color: rgb(1,250,194); }

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

border-color css

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

 span { border-color: rgb(1,250,194); }

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