Html Css Color HEX #01FAC1 Bright Turquoise

📋 copy color: '#01FAC1'

red 1 ◦ green 250 ◦ blue 193

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

Shades of Bright Turquoise #01FAC1

Tints of Bright Turquoise #01FAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 0.23%
G = 56.31%
B = 43.47%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#01FAC1 (or 0x01FAC1) is known color: Bright Turquoise. HEX triplet: 01, FA and C1. RGB value is (1,250,193). Sum of RGB (Red+Green+Blue) = 1+250+193=444 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 444); Green value is 250 (98.05% from 255 or 56.31% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 250 - color contains mainly: green. Hex color #01FAC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FAC1 is #FE053E. Grayscale: #A9A9A9. Windows color (decimal): -16647487 or 12712449. OLE color: 12712449.

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

Color convert

RGB 1 250 193 -
CMYK 1.00 0 0.23 0.02
HSL 166.27º 0.99% 0.49% -
HSV(B) 166.27º 1% 0.98% -
XYZ 43.82 72.23 62.08 -
YUV 169.05 141.51 8.13 -
System Red Green Blue C M Y K H S L
Decimal 1 250 193 1.00 0 0.23 0.02 166.27 0.99 0.49
Hex 1 FA C1 64 0 17 2 A6 63 31
Octal 1 372 301 144 0 27 2 246 143 61
Binary 1 11111010 11000001 1100100 0 10111 10 10100110 1100011 110001

Color Harmonies of #01FAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FAC1

Black with #01FAC1

Text Example


Text Example

White with #01FAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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