#24FBF7

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

Shades of Aqua #24FBF7

Tints of Aqua #24FBF7

Color information

#24FBF7 (or 0x24FBF7) is unknown color: approx Aqua. HEX triplet: 24, FB and F7. RGB value is (36,251,247). Sum of RGB (Red+Green+Blue) = 36+251+247=534 (70% of max value = 765). Red value is 36 (14.45% from 255 or 6.74% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #24FBF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24FBF7 is #DB0408. Grayscale: #BABABA. Windows color (decimal): -14353417 or 16251684. OLE color: 16251684.

HSL color Cylindrical-coordinate representation of color #24FBF7: hue angle of 178.88º 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 #24FBF7 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB36251247-
CMYK0.8600.020.02
HSL178.88º96.41%56.27%-
HSV(B)178.88º85.66%98.43%-
XYZ52.0176.0899.94-
YUV186.26162.2720.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 6.74%
GREEN value IS 251 (98.44% from 255) = 47.00%
BLUE value IS 247 (96.88% from 255) = 46.25%
R=6.74%
G=47.00%
B=46.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal362512470.8600.020.02178.8896.4156.27
Hex24FBF756022b36038
Octal4437336712602226314070
Binary1001001111101111110111101011001010101100111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24FBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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