Html Css Color HEX #24D0DC Turquoise

📋 copy color: '#24D0DC'

red 36 ◦ green 208 ◦ blue 220

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

Shades of Turquoise #24D0DC

Tints of Turquoise #24D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.83%

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

R = 7.76%
G = 44.83%
B = 47.41%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#24D0DC (or 0x24D0DC) is known color: Turquoise. HEX triplet: 24, D0 and DC. RGB value is (36,208,220). Sum of RGB (Red+Green+Blue) = 36+208+220=464 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.76% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #24D0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D0DC is #DB2F23. Grayscale: #9D9D9D. Windows color (decimal): -14364452 or 14471204. OLE color: 14471204.

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

Color convert

RGB 36 208 220 -
CMYK 0.84 0.05 0 0.14
HSL 183.91º 0.72% 0.5% -
HSV(B) 183.91º 0.84% 0.86% -
XYZ 36.2 50.65 75.58 -
YUV 157.94 163.02 41.02 -
System Red Green Blue C M Y K H S L
Decimal 36 208 220 0.84 0.05 0 0.14 183.91 0.72 0.5
Hex 24 D0 DC 54 5 0 E B8 48 32
Octal 44 320 334 124 5 0 16 270 110 62
Binary 100100 11010000 11011100 1010100 101 0 1110 10111000 1001000 110010

Color Harmonies of #24D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D0DC

Black with #24D0DC

Text Example


Text Example

White with #24D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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