Html Css Color HEX #24DDC4 Turquoise

📋 copy color: '#24DDC4'

red 36 ◦ green 221 ◦ blue 196

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

Shades of Turquoise #24DDC4

Tints of Turquoise #24DDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.79%

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

R = 7.95%
G = 48.79%
B = 43.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#24DDC4 (or 0x24DDC4) is known color: Turquoise. HEX triplet: 24, DD and C4. RGB value is (36,221,196). Sum of RGB (Red+Green+Blue) = 36+221+196=453 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.95% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #24DDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DDC4 is #DB223B. Grayscale: #A2A2A2. Windows color (decimal): -14361148 or 12901668. OLE color: 12901668.

HSL color Cylindrical-coordinate representation of color #24DDC4: hue angle of 171.89º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DDC4 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 221 196 -
CMYK 0.84 0 0.11 0.13
HSL 171.89º 0.73% 0.5% -
HSV(B) 171.89º 0.84% 0.87% -
XYZ 36.55 56.07 61.12 -
YUV 162.84 146.71 37.53 -
System Red Green Blue C M Y K H S L
Decimal 36 221 196 0.84 0 0.11 0.13 171.89 0.73 0.5
Hex 24 DD C4 54 0 B D AC 49 32
Octal 44 335 304 124 0 13 15 254 111 62
Binary 100100 11011101 11000100 1010100 0 1011 1101 10101100 1001001 110010

Color Harmonies of #24DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DDC4

Black with #24DDC4

Text Example


Text Example

White with #24DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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