Html Css Color HEX #24D8BA Turquoise

📋 copy color: '#24D8BA'

red 36 ◦ green 216 ◦ blue 186

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

Shades of Turquoise #24D8BA

Tints of Turquoise #24D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.32%

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

R = 8.22%
G = 49.32%
B = 42.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#24D8BA (or 0x24D8BA) is known color: Turquoise. HEX triplet: 24, D8 and BA. RGB value is (36,216,186). Sum of RGB (Red+Green+Blue) = 36+216+186=438 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.22% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #24D8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D8BA is #DB2745. Grayscale: #9E9E9E. Windows color (decimal): -14362438 or 12245028. OLE color: 12245028.

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

Color convert

RGB 36 216 186 -
CMYK 0.83 0 0.14 0.15
HSL 170º 0.71% 0.49% -
HSV(B) 170º 0.83% 0.85% -
XYZ 34.15 53.03 54.89 -
YUV 158.76 143.37 40.44 -
System Red Green Blue C M Y K H S L
Decimal 36 216 186 0.83 0 0.14 0.15 170 0.71 0.49
Hex 24 D8 BA 53 0 E F AA 47 31
Octal 44 330 272 123 0 16 17 252 107 61
Binary 100100 11011000 10111010 1010011 0 1110 1111 10101010 1000111 110001

Color Harmonies of #24D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D8BA

Black with #24D8BA

Text Example


Text Example

White with #24D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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