Html Css Color HEX #00FFFA Aqua

📋 copy color: '#00FFFA'

red 0 ◦ green 255 ◦ blue 250

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

Shades of Aqua #00FFFA

Tints of Aqua #00FFFA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 255 (100% from 255) = 50.5%

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 0%
G = 50.5%
B = 49.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#00FFFA (or 0x00FFFA) is known color: Aqua. HEX triplet: 00, FF and FA. RGB value is (0,255,250). Sum of RGB (Red+Green+Blue) = 0+255+250=505 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FFFA is #FF0005. Grayscale: #B1B1B1. Windows color (decimal): -16711686 or 16449280. OLE color: 16449280.

HSL color Cylindrical-coordinate representation of color #00FFFA: hue angle of 178.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFFA is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 0 255 250 -
CMYK 1 0 0.02 0
HSL 178.82º 1% 0.5% -
HSV(B) 178.82º 1% 1% -
XYZ 53.02 78.42 102.79 -
YUV 178.19 168.52 0.91 -
System Red Green Blue C M Y K H S L
Decimal 0 255 250 1 0 0.02 0 178.82 1 0.5
Hex 0 FF FA 64 0 2 0 B3 64 32
Octal 0 377 372 144 0 2 0 263 144 62
Binary 0 11111111 11111010 1100100 0 10 0 10110011 1100100 110010

Color Harmonies of #00FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFFA

Black with #00FFFA

Text Example


Text Example

White with #00FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00FFFA; }

 p { color: rgb(0,255,250); }

 H1.HeaderClassName
 {
   color: #00FFFA;
 }
 .AnyTagClassName
 {
   color: #00FFFA;
 }
</style>

background-color css

<style>
 a { background-color: #00FFFA; }

 a { background-color: rgb(0,255,250); }

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

border-color css

<style>
 span { border-color: #00FFFA; }

 span { border-color: rgb(0,255,250); }

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