Html Css Color HEX #00FFF0 Aqua

📋 copy color: '#00FFF0'

red 0 ◦ green 255 ◦ blue 240

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

Shades of Aqua #00FFF0

Tints of Aqua #00FFF0

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 0 255 240 -
CMYK 1 0 0.06 0
HSL 176.47º 1% 0.5% -
HSV(B) 176.47º 1% 1% -
XYZ 51.49 77.81 94.74 -
YUV 177.05 163.52 1.72 -
System Red Green Blue C M Y K H S L
Decimal 0 255 240 1 0 0.06 0 176.47 1 0.5
Hex 0 FF F0 64 0 6 0 B0 64 32
Octal 0 377 360 144 0 6 0 260 144 62
Binary 0 11111111 11110000 1100100 0 110 0 10110000 1100100 110010

Color Harmonies of #00FFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFF0

Black with #00FFF0

Text Example


Text Example

White with #00FFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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