Html Css Color HEX #00FCFF Aqua

📋 copy color: '#00FCFF'

red 0 ◦ green 252 ◦ blue 255

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

Shades of Aqua #00FCFF

Tints of Aqua #00FCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.7%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 0%
G = 49.7%
B = 50.3%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#00FCFF (or 0x00FCFF) is known color: Aqua. HEX triplet: 00, FC and FF. RGB value is (0,252,255). Sum of RGB (Red+Green+Blue) = 0+252+255=507 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #00FCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FCFF is #FF0300. Grayscale: #B0B0B0. Windows color (decimal): -16712449 or 16776192. OLE color: 16776192.

HSL color Cylindrical-coordinate representation of color #00FCFF: hue angle of 180.71º 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 #00FCFF is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 0 252 255 -
CMYK 1 0.01 0 0
HSL 180.71º 1% 0.5% -
HSV(B) 180.71º 1% 1% -
XYZ 52.86 76.84 106.65 -
YUV 176.99 172.01 1.76 -
System Red Green Blue C M Y K H S L
Decimal 0 252 255 1 0.01 0 0 180.71 1 0.5
Hex 0 FC FF 64 1 0 0 B5 64 32
Octal 0 374 377 144 1 0 0 265 144 62
Binary 0 11111100 11111111 1100100 1 0 0 10110101 1100100 110010

Color Harmonies of #00FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FCFF

Black with #00FCFF

Text Example


Text Example

White with #00FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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