#24F6FB

Color #24F6FB Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #24F6FB

Tints of Aqua #24F6FB

Color information

#24F6FB (or 0x24F6FB) is unknown color: approx Aqua. HEX triplet: 24, F6 and FB. RGB value is (36,246,251). Sum of RGB (Red+Green+Blue) = 36+246+251=533 (70% of max value = 765). Red value is 36 (14.45% from 255 or 6.75% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #24F6FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F6FB is #DB0904. Grayscale: #B7B7B7. Windows color (decimal): -14354693 or 16512548. OLE color: 16512548.

HSL color Cylindrical-coordinate representation of color #24F6FB: hue angle of 181.4º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24F6FB is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB36246251-
CMYK0.860.0200.02
HSL181.4º96.41%56.27%-
HSV(B)181.4º85.66%98.43%-
XYZ51.173.25102.71-
YUV183.78165.9322.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 6.75%
GREEN value IS 246 (96.48% from 255) = 46.15%
BLUE value IS 251 (98.44% from 255) = 47.09%
R=6.75%
G=46.15%
B=47.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal362462510.860.0200.02181.496.4156.27
Hex24F6FB56202b56038
Octal4436637312620226514070
Binary1001001111011011111011101011010010101101011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24F6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24F6FB; }

 p { color: rgb(36,246,251); }

 H1.HeaderClassName
 {
   color: #24F6FB;
 }
 .AnyTagClassName
 {
   color: #24F6FB;
 }
</style>
background-color css

<style>
 a { background-color: #24F6FB; }

 a { background-color: rgb(36,246,251); }

 div.DivClassName
 {
   background-color: #24F6FB;
 }
 .BgClassName
 {
   background-color: #24F6FB;
 }
</style>
border-color css

<style>
 span { border-color: #24F6FB; }

 span { border-color: rgb(36,246,251); }

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