Html Css Color HEX #24CEDC Dark Turquoise

📋 copy color: '#24CEDC'

red 36 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #24CEDC

Tints of Dark Turquoise #24CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.59%

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

R = 7.79%
G = 44.59%
B = 47.62%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#24CEDC (or 0x24CEDC) is known color: Dark Turquoise. HEX triplet: 24, CE and DC. RGB value is (36,206,220). Sum of RGB (Red+Green+Blue) = 36+206+220=462 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.79% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #24CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CEDC is #DB3123. Grayscale: #9C9C9C. Windows color (decimal): -14364964 or 14470692. OLE color: 14470692.

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

Color convert

RGB 36 206 220 -
CMYK 0.84 0.06 0 0.14
HSL 184.57º 0.72% 0.5% -
HSV(B) 184.57º 0.84% 0.86% -
XYZ 35.72 49.68 75.42 -
YUV 156.77 163.68 41.86 -
System Red Green Blue C M Y K H S L
Decimal 36 206 220 0.84 0.06 0 0.14 184.57 0.72 0.5
Hex 24 CE DC 54 6 0 E B9 48 32
Octal 44 316 334 124 6 0 16 271 110 62
Binary 100100 11001110 11011100 1010100 110 0 1110 10111001 1001000 110010

Color Harmonies of #24CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CEDC

Black with #24CEDC

Text Example


Text Example

White with #24CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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