Html Css Color HEX #24EAC5 Turquoise

📋 copy color: '#24EAC5'

red 36 ◦ green 234 ◦ blue 197

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

Shades of Turquoise #24EAC5

Tints of Turquoise #24EAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.11%

 BLUE value IS 197 (77.34% from 255) = 42.18%

R = 7.71%
G = 50.11%
B = 42.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#24EAC5 (or 0x24EAC5) is known color: Turquoise. HEX triplet: 24, EA and C5. RGB value is (36,234,197). Sum of RGB (Red+Green+Blue) = 36+234+197=467 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.71% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #24EAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EAC5 is #DB153A. Grayscale: #AAAAAA. Windows color (decimal): -14357819 or 12970532. OLE color: 12970532.

HSL color Cylindrical-coordinate representation of color #24EAC5: hue angle of 168.79º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EAC5 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 234 197 -
CMYK 0.85 0 0.16 0.08
HSL 168.79º 0.83% 0.53% -
HSV(B) 168.79º 0.85% 0.92% -
XYZ 40.23 63.25 62.91 -
YUV 170.58 142.9 32.01 -
System Red Green Blue C M Y K H S L
Decimal 36 234 197 0.85 0 0.16 0.08 168.79 0.83 0.53
Hex 24 EA C5 55 0 10 8 A9 52 35
Octal 44 352 305 125 0 20 10 251 122 65
Binary 100100 11101010 11000101 1010101 0 10000 1000 10101001 1010010 110101

Color Harmonies of #24EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EAC5

Black with #24EAC5

Text Example


Text Example

White with #24EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,234,197); }

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

background-color css

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

 a { background-color: rgb(36,234,197); }

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

border-color css

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

 span { border-color: rgb(36,234,197); }

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