Html Css Color HEX #24DABA Turquoise

📋 copy color: '#24DABA'

red 36 ◦ green 218 ◦ blue 186

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

Shades of Turquoise #24DABA

Tints of Turquoise #24DABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 8.18%
G = 49.55%
B = 42.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#24DABA (or 0x24DABA) is known color: Turquoise. HEX triplet: 24, DA and BA. RGB value is (36,218,186). Sum of RGB (Red+Green+Blue) = 36+218+186=440 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.18% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #24DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DABA is #DB2545. Grayscale: #9F9F9F. Windows color (decimal): -14361926 or 12245540. OLE color: 12245540.

HSL color Cylindrical-coordinate representation of color #24DABA: hue angle of 169.45º 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 #24DABA is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 218 186 -
CMYK 0.83 0 0.15 0.15
HSL 169.45º 0.72% 0.5% -
HSV(B) 169.45º 0.83% 0.85% -
XYZ 34.66 54.06 55.06 -
YUV 159.93 142.7 39.6 -
System Red Green Blue C M Y K H S L
Decimal 36 218 186 0.83 0 0.15 0.15 169.45 0.72 0.5
Hex 24 DA BA 53 0 F F A9 48 32
Octal 44 332 272 123 0 17 17 251 110 62
Binary 100100 11011010 10111010 1010011 0 1111 1111 10101001 1001000 110010

Color Harmonies of #24DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DABA

Black with #24DABA

Text Example


Text Example

White with #24DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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