Html Css Color HEX #24DDD4 Turquoise

📋 copy color: '#24DDD4'

red 36 ◦ green 221 ◦ blue 212

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

Shades of Turquoise #24DDD4

Tints of Turquoise #24DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.2%

R = 7.68%
G = 47.12%
B = 45.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#24DDD4 (or 0x24DDD4) is known color: Turquoise. HEX triplet: 24, DD and D4. RGB value is (36,221,212). Sum of RGB (Red+Green+Blue) = 36+221+212=469 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.68% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #24DDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DDD4 is #DB222B. Grayscale: #A4A4A4. Windows color (decimal): -14361132 or 13950244. OLE color: 13950244.

HSL color Cylindrical-coordinate representation of color #24DDD4: hue angle of 177.08º 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 #24DDD4 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 221 212 -
CMYK 0.84 0 0.04 0.13
HSL 177.08º 0.73% 0.5% -
HSV(B) 177.08º 0.84% 0.87% -
XYZ 38.47 56.84 71.23 -
YUV 164.66 154.71 36.23 -
System Red Green Blue C M Y K H S L
Decimal 36 221 212 0.84 0 0.04 0.13 177.08 0.73 0.5
Hex 24 DD D4 54 0 4 D B1 49 32
Octal 44 335 324 124 0 4 15 261 111 62
Binary 100100 11011101 11010100 1010100 0 100 1101 10110001 1001001 110010

Color Harmonies of #24DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DDD4

Black with #24DDD4

Text Example


Text Example

White with #24DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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