Html Css Color HEX #01FADC Bright Turquoise

📋 copy color: '#01FADC'

red 1 ◦ green 250 ◦ blue 220

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

Shades of Bright Turquoise #01FADC

Tints of Bright Turquoise #01FADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 0.21%
G = 53.08%
B = 46.71%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#01FADC (or 0x01FADC) is known color: Bright Turquoise. HEX triplet: 01, FA and DC. RGB value is (1,250,220). Sum of RGB (Red+Green+Blue) = 1+250+220=471 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #01FADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FADC is #FE0523. Grayscale: #ACACAC. Windows color (decimal): -16647460 or 14481921. OLE color: 14481921.

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

Color convert

RGB 1 250 220 -
CMYK 1.00 0 0.12 0.02
HSL 172.77º 0.99% 0.49% -
HSV(B) 172.77º 1% 0.98% -
XYZ 47.12 73.54 79.42 -
YUV 172.13 155.01 5.94 -
System Red Green Blue C M Y K H S L
Decimal 1 250 220 1.00 0 0.12 0.02 172.77 0.99 0.49
Hex 1 FA DC 64 0 C 2 AD 63 31
Octal 1 372 334 144 0 14 2 255 143 61
Binary 1 11111010 11011100 1100100 0 1100 10 10101101 1100011 110001

Color Harmonies of #01FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FADC

Black with #01FADC

Text Example


Text Example

White with #01FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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