Html Css Color HEX #24F7B9 Turquoise

📋 copy color: '#24F7B9'

red 36 ◦ green 247 ◦ blue 185

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

Shades of Turquoise #24F7B9

Tints of Turquoise #24F7B9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.78%

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 7.69%
G = 52.78%
B = 39.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#24F7B9 (or 0x24F7B9) is known color: Turquoise. HEX triplet: 24, F7 and B9. RGB value is (36,247,185). Sum of RGB (Red+Green+Blue) = 36+247+185=468 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.69% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #24F7B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F7B9 is #DB0846. Grayscale: #B0B0B0. Windows color (decimal): -14354503 or 12187428. OLE color: 12187428.

HSL color Cylindrical-coordinate representation of color #24F7B9: hue angle of 162.37º 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 #24F7B9 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 36 247 185 -
CMYK 0.85 0 0.25 0.03
HSL 162.37º 0.93% 0.55% -
HSV(B) 162.37º 0.85% 0.97% -
XYZ 42.75 70.4 57.23 -
YUV 176.84 132.6 27.54 -
System Red Green Blue C M Y K H S L
Decimal 36 247 185 0.85 0 0.25 0.03 162.37 0.93 0.55
Hex 24 F7 B9 55 0 19 3 A2 5D 37
Octal 44 367 271 125 0 31 3 242 135 67
Binary 100100 11110111 10111001 1010101 0 11001 11 10100010 1011101 110111

Color Harmonies of #24F7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F7B9

Black with #24F7B9

Text Example


Text Example

White with #24F7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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