Html Css Color HEX #00FDEC Aqua

📋 copy color: '#00FDEC'

red 0 ◦ green 253 ◦ blue 236

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

Shades of Aqua #00FDEC

Tints of Aqua #00FDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 0%
G = 51.74%
B = 48.26%

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

#00FDEC (or 0x00FDEC) is known color: Aqua. HEX triplet: 00, FD and EC. RGB value is (0,253,236). Sum of RGB (Red+Green+Blue) = 0+253+236=489 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FDEC is #FF0213. Grayscale: #AFAFAF. Windows color (decimal): -16712212 or 15531264. OLE color: 15531264.

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

Color convert

RGB 0 253 236 -
CMYK 1 0 0.07 0.01
HSL 175.97º 1% 0.5% -
HSV(B) 175.97º 1% 0.99% -
XYZ 50.27 76.31 91.44 -
YUV 175.42 162.18 2.88 -
System Red Green Blue C M Y K H S L
Decimal 0 253 236 1 0 0.07 0.01 175.97 1 0.5
Hex 0 FD EC 64 0 7 1 B0 64 32
Octal 0 375 354 144 0 7 1 260 144 62
Binary 0 11111101 11101100 1100100 0 111 1 10110000 1100100 110010

Color Harmonies of #00FDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FDEC

Black with #00FDEC

Text Example


Text Example

White with #00FDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,253,236); }

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

background-color css

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

 a { background-color: rgb(0,253,236); }

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

border-color css

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

 span { border-color: rgb(0,253,236); }

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