Html Css Color HEX #24F7BA Turquoise

📋 copy color: '#24F7BA'

red 36 ◦ green 247 ◦ blue 186

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

Shades of Turquoise #24F7BA

Tints of Turquoise #24F7BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 7.68%
G = 52.67%
B = 39.66%

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

#24F7BA (or 0x24F7BA) is known color: Turquoise. HEX triplet: 24, F7 and BA. RGB value is (36,247,186). Sum of RGB (Red+Green+Blue) = 36+247+186=469 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.68% from 469); Green value is 247 (96.88% from 255 or 52.67% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 247 - color contains mainly: green. Hex color #24F7BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F7BA is #DB0845. Grayscale: #B0B0B0. Windows color (decimal): -14354502 or 12252964. OLE color: 12252964.

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

Color convert

RGB 36 247 186 -
CMYK 0.85 0 0.25 0.03
HSL 162.65º 0.93% 0.55% -
HSV(B) 162.65º 0.85% 0.97% -
XYZ 42.85 70.44 57.79 -
YUV 176.96 133.1 27.46 -
System Red Green Blue C M Y K H S L
Decimal 36 247 186 0.85 0 0.25 0.03 162.65 0.93 0.55
Hex 24 F7 BA 55 0 19 3 A3 5D 37
Octal 44 367 272 125 0 31 3 243 135 67
Binary 100100 11110111 10111010 1010101 0 11001 11 10100011 1011101 110111

Color Harmonies of #24F7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F7BA

Black with #24F7BA

Text Example


Text Example

White with #24F7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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