Html Css Color HEX #24CDDC Dark Turquoise

📋 copy color: '#24CDDC'

red 36 ◦ green 205 ◦ blue 220

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

Shades of Dark Turquoise #24CDDC

Tints of Dark Turquoise #24CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 7.81%
G = 44.47%
B = 47.72%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#24CDDC (or 0x24CDDC) is known color: Dark Turquoise. HEX triplet: 24, CD and DC. RGB value is (36,205,220). Sum of RGB (Red+Green+Blue) = 36+205+220=461 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.81% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #24CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CDDC is #DB3223. Grayscale: #9B9B9B. Windows color (decimal): -14365220 or 14470436. OLE color: 14470436.

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

Color convert

RGB 36 205 220 -
CMYK 0.84 0.07 0 0.14
HSL 184.89º 0.72% 0.5% -
HSV(B) 184.89º 0.84% 0.86% -
XYZ 35.48 49.21 75.34 -
YUV 156.18 164.01 42.28 -
System Red Green Blue C M Y K H S L
Decimal 36 205 220 0.84 0.07 0 0.14 184.89 0.72 0.5
Hex 24 CD DC 54 7 0 E B9 48 32
Octal 44 315 334 124 7 0 16 271 110 62
Binary 100100 11001101 11011100 1010100 111 0 1110 10111001 1001000 110010

Color Harmonies of #24CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CDDC

Black with #24CDDC

Text Example


Text Example

White with #24CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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