Html Css Color HEX #24DCD3 Turquoise

📋 copy color: '#24DCD3'

red 36 ◦ green 220 ◦ blue 211

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

Shades of Turquoise #24DCD3

Tints of Turquoise #24DCD3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.11%

 BLUE value IS 211 (82.81% from 255) = 45.18%

R = 7.71%
G = 47.11%
B = 45.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#24DCD3 (or 0x24DCD3) is known color: Turquoise. HEX triplet: 24, DC and D3. RGB value is (36,220,211). Sum of RGB (Red+Green+Blue) = 36+220+211=467 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.71% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #24DCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DCD3 is #DB232C. Grayscale: #A3A3A3. Windows color (decimal): -14361389 or 13884452. OLE color: 13884452.

HSL color Cylindrical-coordinate representation of color #24DCD3: hue angle of 177.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DCD3 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 220 211 -
CMYK 0.84 0 0.04 0.14
HSL 177.07º 0.72% 0.5% -
HSV(B) 177.07º 0.84% 0.86% -
XYZ 38.08 56.26 70.48 -
YUV 163.96 154.54 36.73 -
System Red Green Blue C M Y K H S L
Decimal 36 220 211 0.84 0 0.04 0.14 177.07 0.72 0.5
Hex 24 DC D3 54 0 4 E B1 48 32
Octal 44 334 323 124 0 4 16 261 110 62
Binary 100100 11011100 11010011 1010100 0 100 1110 10110001 1001000 110010

Color Harmonies of #24DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DCD3

Black with #24DCD3

Text Example


Text Example

White with #24DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,220,211); }

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

background-color css

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

 a { background-color: rgb(36,220,211); }

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

border-color css

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

 span { border-color: rgb(36,220,211); }

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