Html Css Color HEX #24DDD2 Turquoise

📋 copy color: '#24DDD2'

red 36 ◦ green 221 ◦ blue 210

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

Shades of Turquoise #24DDD2

Tints of Turquoise #24DDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.97%

R = 7.71%
G = 47.32%
B = 44.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#24DDD2 (or 0x24DDD2) is known color: Turquoise. HEX triplet: 24, DD and D2. RGB value is (36,221,210). Sum of RGB (Red+Green+Blue) = 36+221+210=467 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.71% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #24DDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DDD2 is #DB222D. Grayscale: #A4A4A4. Windows color (decimal): -14361134 or 13819172. OLE color: 13819172.

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

Color convert

RGB 36 221 210 -
CMYK 0.84 0 0.05 0.13
HSL 176.43º 0.73% 0.5% -
HSV(B) 176.43º 0.84% 0.87% -
XYZ 38.22 56.74 69.91 -
YUV 164.43 153.71 36.39 -
System Red Green Blue C M Y K H S L
Decimal 36 221 210 0.84 0 0.05 0.13 176.43 0.73 0.5
Hex 24 DD D2 54 0 5 D B0 49 32
Octal 44 335 322 124 0 5 15 260 111 62
Binary 100100 11011101 11010010 1010100 0 101 1101 10110000 1001001 110010

Color Harmonies of #24DDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DDD2

Black with #24DDD2

Text Example


Text Example

White with #24DDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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