Html Css Color HEX #24E4C5 Turquoise

📋 copy color: '#24E4C5'

red 36 ◦ green 228 ◦ blue 197

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

Shades of Turquoise #24E4C5

Tints of Turquoise #24E4C5

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.46%

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

R = 7.81%
G = 49.46%
B = 42.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#24E4C5 (or 0x24E4C5) is known color: Turquoise. HEX triplet: 24, E4 and C5. RGB value is (36,228,197). Sum of RGB (Red+Green+Blue) = 36+228+197=461 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.81% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 228 - color contains mainly: green. Hex color #24E4C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24E4C5 is #DB1B3A. Grayscale: #A6A6A6. Windows color (decimal): -14359355 or 12968996. OLE color: 12968996.

HSL color Cylindrical-coordinate representation of color #24E4C5: hue angle of 170.31º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E4C5 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 36 228 197 -
CMYK 0.84 0 0.14 0.11
HSL 170.31º 0.78% 0.52% -
HSV(B) 170.31º 0.84% 0.89% -
XYZ 38.55 59.89 62.35 -
YUV 167.06 144.89 34.52 -
System Red Green Blue C M Y K H S L
Decimal 36 228 197 0.84 0 0.14 0.11 170.31 0.78 0.52
Hex 24 E4 C5 54 0 E B AA 4E 34
Octal 44 344 305 124 0 16 13 252 116 64
Binary 100100 11100100 11000101 1010100 0 1110 1011 10101010 1001110 110100

Color Harmonies of #24E4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E4C5

Black with #24E4C5

Text Example


Text Example

White with #24E4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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