Html Css Color HEX #24DEC0 Turquoise

📋 copy color: '#24DEC0'

red 36 ◦ green 222 ◦ blue 192

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

Shades of Turquoise #24DEC0

Tints of Turquoise #24DEC0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.33%

 BLUE value IS 192 (75.39% from 255) = 42.67%

R = 8%
G = 49.33%
B = 42.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#24DEC0 (or 0x24DEC0) is known color: Turquoise. HEX triplet: 24, DE and C0. RGB value is (36,222,192). Sum of RGB (Red+Green+Blue) = 36+222+192=450 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #24DEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DEC0 is #DB213F. Grayscale: #A2A2A2. Windows color (decimal): -14360896 or 12639780. OLE color: 12639780.

HSL color Cylindrical-coordinate representation of color #24DEC0: hue angle of 170.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DEC0 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 222 192 -
CMYK 0.84 0 0.14 0.13
HSL 170.32º 0.74% 0.51% -
HSV(B) 170.32º 0.84% 0.87% -
XYZ 36.36 56.42 58.84 -
YUV 162.97 144.38 37.44 -
System Red Green Blue C M Y K H S L
Decimal 36 222 192 0.84 0 0.14 0.13 170.32 0.74 0.51
Hex 24 DE C0 54 0 E D AA 4A 33
Octal 44 336 300 124 0 16 15 252 112 63
Binary 100100 11011110 11000000 1010100 0 1110 1101 10101010 1001010 110011

Color Harmonies of #24DEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DEC0

Black with #24DEC0

Text Example


Text Example

White with #24DEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,222,192); }

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

background-color css

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

 a { background-color: rgb(36,222,192); }

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

border-color css

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

 span { border-color: rgb(36,222,192); }

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