Html Css Color HEX #01FDF2 Aqua

📋 copy color: '#01FDF2'

red 1 ◦ green 253 ◦ blue 242

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

Shades of Aqua #01FDF2

Tints of Aqua #01FDF2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.01%

 BLUE value IS 242 (94.92% from 255) = 48.79%

R = 0.2%
G = 51.01%
B = 48.79%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#01FDF2 (or 0x01FDF2) is known color: Aqua. HEX triplet: 01, FD and F2. RGB value is (1,253,242). Sum of RGB (Red+Green+Blue) = 1+253+242=496 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FDF2 is #FE020D. Grayscale: #B0B0B0. Windows color (decimal): -16646670 or 15924481. OLE color: 15924481.

HSL color Cylindrical-coordinate representation of color #01FDF2: hue angle of 177.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FDF2 is Cyan = 1.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 253 242 -
CMYK 1.00 0 0.04 0.01
HSL 177.38º 0.99% 0.5% -
HSV(B) 177.38º 1% 0.99% -
XYZ 51.16 76.67 96.11 -
YUV 176.4 165.01 2.89 -
System Red Green Blue C M Y K H S L
Decimal 1 253 242 1.00 0 0.04 0.01 177.38 0.99 0.5
Hex 1 FD F2 64 0 4 1 B1 63 32
Octal 1 375 362 144 0 4 1 261 143 62
Binary 1 11111101 11110010 1100100 0 100 1 10110001 1100011 110010

Color Harmonies of #01FDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FDF2

Black with #01FDF2

Text Example


Text Example

White with #01FDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,253,242); }

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

background-color css

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

 a { background-color: rgb(1,253,242); }

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

border-color css

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

 span { border-color: rgb(1,253,242); }

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