Html Css Color HEX #24F6F7 Aqua

📋 copy color: '#24F6F7'

red 36 ◦ green 246 ◦ blue 247

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

Shades of Aqua #24F6F7

Tints of Aqua #24F6F7

RGB

 RED value IS 36 (14.45% from 255) = 6.81%

 GREEN value IS 246 (96.48% from 255) = 46.5%

 BLUE value IS 247 (96.88% from 255) = 46.69%

R = 6.81%
G = 46.5%
B = 46.69%

CMYK

 C value IS 0.85

 M value IS 0.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#24F6F7 (or 0x24F6F7) is known color: Aqua. HEX triplet: 24, F6 and F7. RGB value is (36,246,247). Sum of RGB (Red+Green+Blue) = 36+246+247=529 (70% of max value = 765). Red value is 36 (14.45% from 255 or 6.81% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #24F6F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F6F7 is #DB0908. Grayscale: #B7B7B7. Windows color (decimal): -14354697 or 16250404. OLE color: 16250404.

HSL color Cylindrical-coordinate representation of color #24F6F7: hue angle of 180.28º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F6F7 is Cyan = 0.85, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 36 246 247 -
CMYK 0.85 0.00 0 0.03
HSL 180.28º 0.93% 0.55% -
HSV(B) 180.28º 0.85% 0.97% -
XYZ 50.47 73 99.43 -
YUV 183.32 163.93 22.92 -
System Red Green Blue C M Y K H S L
Decimal 36 246 247 0.85 0.00 0 0.03 180.28 0.93 0.55
Hex 24 F6 F7 55 0 0 3 B4 5D 37
Octal 44 366 367 125 0 0 3 264 135 67
Binary 100100 11110110 11110111 1010101 0 0 11 10110100 1011101 110111

Color Harmonies of #24F6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F6F7

Black with #24F6F7

Text Example


Text Example

White with #24F6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24F6F7;
 }
 .AnyTagClassName
 {
   color: #24F6F7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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