Html Css Color HEX #00FFFD Aqua

📋 copy color: '#00FFFD'

red 0 ◦ green 255 ◦ blue 253

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

Shades of Aqua #00FFFD

Tints of Aqua #00FFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.8%

R = 0%
G = 50.2%
B = 49.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#00FFFD (or 0x00FFFD) is known color: Aqua. HEX triplet: 00, FF and FD. RGB value is (0,255,253). Sum of RGB (Red+Green+Blue) = 0+255+253=508 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FFFD is #FF0002. Grayscale: #B2B2B2. Windows color (decimal): -16711683 or 16645888. OLE color: 16645888.

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

Color convert

RGB 0 255 253 -
CMYK 1 0 0.01 0
HSL 179.53º 1% 0.5% -
HSV(B) 179.53º 1% 1% -
XYZ 53.49 78.61 105.28 -
YUV 178.53 170.02 0.66 -
System Red Green Blue C M Y K H S L
Decimal 0 255 253 1 0 0.01 0 179.53 1 0.5
Hex 0 FF FD 64 0 1 0 B4 64 32
Octal 0 377 375 144 0 1 0 264 144 62
Binary 0 11111111 11111101 1100100 0 1 0 10110100 1100100 110010

Color Harmonies of #00FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFFD

Black with #00FFFD

Text Example


Text Example

White with #00FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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