Html Css Color HEX #24DAC2 Turquoise

📋 copy color: '#24DAC2'

red 36 ◦ green 218 ◦ blue 194

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

Shades of Turquoise #24DAC2

Tints of Turquoise #24DAC2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.66%

 BLUE value IS 194 (76.17% from 255) = 43.3%

R = 8.04%
G = 48.66%
B = 43.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#24DAC2 (or 0x24DAC2) is known color: Turquoise. HEX triplet: 24, DA and C2. RGB value is (36,218,194). Sum of RGB (Red+Green+Blue) = 36+218+194=448 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.04% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #24DAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DAC2 is #DB253D. Grayscale: #A0A0A0. Windows color (decimal): -14361918 or 12769828. OLE color: 12769828.

HSL color Cylindrical-coordinate representation of color #24DAC2: hue angle of 172.09º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24DAC2 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 218 194 -
CMYK 0.83 0 0.11 0.15
HSL 172.09º 0.72% 0.5% -
HSV(B) 172.09º 0.83% 0.85% -
XYZ 35.54 54.41 59.67 -
YUV 160.85 146.7 38.95 -
System Red Green Blue C M Y K H S L
Decimal 36 218 194 0.83 0 0.11 0.15 172.09 0.72 0.5
Hex 24 DA C2 53 0 B F AC 48 32
Octal 44 332 302 123 0 13 17 254 110 62
Binary 100100 11011010 11000010 1010011 0 1011 1111 10101100 1001000 110010

Color Harmonies of #24DAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DAC2

Black with #24DAC2

Text Example


Text Example

White with #24DAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,218,194); }

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

background-color css

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

 a { background-color: rgb(36,218,194); }

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

border-color css

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

 span { border-color: rgb(36,218,194); }

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