Html Css Color HEX #00FDFF Aqua

📋 copy color: '#00FDFF'

red 0 ◦ green 253 ◦ blue 255

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

Shades of Aqua #00FDFF

Tints of Aqua #00FDFF

RGB

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

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

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

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

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

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

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

Color convert

RGB 0 253 255 -
CMYK 1 0.01 0 0
HSL 180.47º 1% 0.5% -
HSV(B) 180.47º 1% 1% -
XYZ 53.18 77.47 106.76 -
YUV 177.58 171.68 1.34 -
System Red Green Blue C M Y K H S L
Decimal 0 253 255 1 0.01 0 0 180.47 1 0.5
Hex 0 FD FF 64 1 0 0 B4 64 32
Octal 0 375 377 144 1 0 0 264 144 62
Binary 0 11111101 11111111 1100100 1 0 0 10110100 1100100 110010

Color Harmonies of #00FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FDFF

Black with #00FDFF

Text Example


Text Example

White with #00FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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