Html Css Color HEX #24ECC4 Turquoise

📋 copy color: '#24ECC4'

red 36 ◦ green 236 ◦ blue 196

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

Shades of Turquoise #24ECC4

Tints of Turquoise #24ECC4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.43%

 BLUE value IS 196 (76.95% from 255) = 41.88%

R = 7.69%
G = 50.43%
B = 41.88%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#24ECC4 (or 0x24ECC4) is known color: Turquoise. HEX triplet: 24, EC and C4. RGB value is (36,236,196). Sum of RGB (Red+Green+Blue) = 36+236+196=468 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.69% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #24ECC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24ECC4 is #DB133B. Grayscale: #ABABAB. Windows color (decimal): -14357308 or 12905508. OLE color: 12905508.

HSL color Cylindrical-coordinate representation of color #24ECC4: hue angle of 168º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24ECC4 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 236 196 -
CMYK 0.85 0 0.17 0.07
HSL 168º 0.84% 0.53% -
HSV(B) 168º 0.85% 0.93% -
XYZ 40.69 64.35 62.5 -
YUV 171.64 141.74 31.25 -
System Red Green Blue C M Y K H S L
Decimal 36 236 196 0.85 0 0.17 0.07 168 0.84 0.53
Hex 24 EC C4 55 0 11 7 A8 54 35
Octal 44 354 304 125 0 21 7 250 124 65
Binary 100100 11101100 11000100 1010101 0 10001 111 10101000 1010100 110101

Color Harmonies of #24ECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24ECC4

Black with #24ECC4

Text Example


Text Example

White with #24ECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,236,196); }

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

background-color css

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

 a { background-color: rgb(36,236,196); }

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

border-color css

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

 span { border-color: rgb(36,236,196); }

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