Html Css Color HEX #24DCD2 Turquoise

📋 copy color: '#24DCD2'

red 36 ◦ green 220 ◦ blue 210

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

Shades of Turquoise #24DCD2

Tints of Turquoise #24DCD2

RGB

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

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

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

R = 7.73%
G = 47.21%
B = 45.06%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#24DCD2 (or 0x24DCD2) is known color: Turquoise. HEX triplet: 24, DC and D2. RGB value is (36,220,210). Sum of RGB (Red+Green+Blue) = 36+220+210=466 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.73% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #24DCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DCD2 is #DB232D. Grayscale: #A3A3A3. Windows color (decimal): -14361390 or 13818916. OLE color: 13818916.

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

Color convert

RGB 36 220 210 -
CMYK 0.84 0 0.05 0.14
HSL 176.74º 0.72% 0.5% -
HSV(B) 176.74º 0.84% 0.86% -
XYZ 37.95 56.21 69.82 -
YUV 163.84 154.04 36.81 -
System Red Green Blue C M Y K H S L
Decimal 36 220 210 0.84 0 0.05 0.14 176.74 0.72 0.5
Hex 24 DC D2 54 0 5 E B1 48 32
Octal 44 334 322 124 0 5 16 261 110 62
Binary 100100 11011100 11010010 1010100 0 101 1110 10110001 1001000 110010

Color Harmonies of #24DCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DCD2

Black with #24DCD2

Text Example


Text Example

White with #24DCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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