Html Css Color HEX #00F0FF Aqua

📋 copy color: '#00F0FF'

red 0 ◦ green 240 ◦ blue 255

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

Shades of Aqua #00F0FF

Tints of Aqua #00F0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.48%

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

R = 0%
G = 48.48%
B = 51.52%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#00F0FF (or 0x00F0FF) is known color: Aqua. HEX triplet: 00, F0 and FF. RGB value is (0,240,255). Sum of RGB (Red+Green+Blue) = 0+240+255=495 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #00F0FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F0FF is #FF0F00. Grayscale: #A9A9A9. Windows color (decimal): -16715521 or 16773120. OLE color: 16773120.

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

Color convert

RGB 0 240 255 -
CMYK 1 0.06 0 0
HSL 183.53º 1% 0.5% -
HSV(B) 183.53º 1% 1% -
XYZ 49.21 69.54 105.44 -
YUV 169.95 175.99 6.78 -
System Red Green Blue C M Y K H S L
Decimal 0 240 255 1 0.06 0 0 183.53 1 0.5
Hex 0 F0 FF 64 6 0 0 B8 64 32
Octal 0 360 377 144 6 0 0 270 144 62
Binary 0 11110000 11111111 1100100 110 0 0 10111000 1100100 110010

Color Harmonies of #00F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F0FF

Black with #00F0FF

Text Example


Text Example

White with #00F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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