Html Css Color HEX #00FCEA Aqua

📋 copy color: '#00FCEA'

red 0 ◦ green 252 ◦ blue 234

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

Shades of Aqua #00FCEA

Tints of Aqua #00FCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 0%
G = 51.85%
B = 48.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#00FCEA (or 0x00FCEA) is known color: Aqua. HEX triplet: 00, FC and EA. RGB value is (0,252,234). Sum of RGB (Red+Green+Blue) = 0+252+234=486 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FCEA is #FF0315. Grayscale: #AEAEAE. Windows color (decimal): -16712470 or 15399936. OLE color: 15399936.

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

Color convert

RGB 0 252 234 -
CMYK 1 0 0.07 0.01
HSL 175.71º 1% 0.49% -
HSV(B) 175.71º 1% 0.99% -
XYZ 49.66 75.56 89.81 -
YUV 174.6 161.51 3.46 -
System Red Green Blue C M Y K H S L
Decimal 0 252 234 1 0 0.07 0.01 175.71 1 0.49
Hex 0 FC EA 64 0 7 1 B0 64 31
Octal 0 374 352 144 0 7 1 260 144 61
Binary 0 11111100 11101010 1100100 0 111 1 10110000 1100100 110001

Color Harmonies of #00FCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FCEA

Black with #00FCEA

Text Example


Text Example

White with #00FCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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