Html Css Color HEX #24F2BA Turquoise

📋 copy color: '#24F2BA'

red 36 ◦ green 242 ◦ blue 186

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

Shades of Turquoise #24F2BA

Tints of Turquoise #24F2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.16%

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

R = 7.76%
G = 52.16%
B = 40.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#24F2BA (or 0x24F2BA) is known color: Turquoise. HEX triplet: 24, F2 and BA. RGB value is (36,242,186). Sum of RGB (Red+Green+Blue) = 36+242+186=464 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.76% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #24F2BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F2BA is #DB0D45. Grayscale: #AEAEAE. Windows color (decimal): -14355782 or 12251684. OLE color: 12251684.

HSL color Cylindrical-coordinate representation of color #24F2BA: hue angle of 163.69º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F2BA is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 242 186 -
CMYK 0.85 0 0.23 0.05
HSL 163.69º 0.89% 0.55% -
HSV(B) 163.69º 0.85% 0.95% -
XYZ 41.34 67.42 57.29 -
YUV 174.02 134.75 29.55 -
System Red Green Blue C M Y K H S L
Decimal 36 242 186 0.85 0 0.23 0.05 163.69 0.89 0.55
Hex 24 F2 BA 55 0 17 5 A4 59 37
Octal 44 362 272 125 0 27 5 244 131 67
Binary 100100 11110010 10111010 1010101 0 10111 101 10100100 1011001 110111

Color Harmonies of #24F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F2BA

Black with #24F2BA

Text Example


Text Example

White with #24F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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