Html Css Color HEX #01FAC5 Bright Turquoise

📋 copy color: '#01FAC5'

red 1 ◦ green 250 ◦ blue 197

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

Shades of Bright Turquoise #01FAC5

Tints of Bright Turquoise #01FAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.97%

R = 0.22%
G = 55.8%
B = 43.97%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#01FAC5 (or 0x01FAC5) is known color: Bright Turquoise. HEX triplet: 01, FA and C5. RGB value is (1,250,197). Sum of RGB (Red+Green+Blue) = 1+250+197=448 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #01FAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FAC5 is #FE053A. Grayscale: #A9A9A9. Windows color (decimal): -16647483 or 12974593. OLE color: 12974593.

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

Color convert

RGB 1 250 197 -
CMYK 1.00 0 0.21 0.02
HSL 167.23º 0.99% 0.49% -
HSV(B) 167.23º 1% 0.98% -
XYZ 44.28 72.41 64.47 -
YUV 169.51 143.51 7.81 -
System Red Green Blue C M Y K H S L
Decimal 1 250 197 1.00 0 0.21 0.02 167.23 0.99 0.49
Hex 1 FA C5 64 0 15 2 A7 63 31
Octal 1 372 305 144 0 25 2 247 143 61
Binary 1 11111010 11000101 1100100 0 10101 10 10100111 1100011 110001

Color Harmonies of #01FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FAC5

Black with #01FAC5

Text Example


Text Example

White with #01FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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