Html Css Color HEX #24D7BA Turquoise

📋 copy color: '#24D7BA'

red 36 ◦ green 215 ◦ blue 186

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

Shades of Turquoise #24D7BA

Tints of Turquoise #24D7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.2%

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

R = 8.24%
G = 49.2%
B = 42.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#24D7BA (or 0x24D7BA) is known color: Turquoise. HEX triplet: 24, D7 and BA. RGB value is (36,215,186). Sum of RGB (Red+Green+Blue) = 36+215+186=437 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.24% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #24D7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D7BA is #DB2845. Grayscale: #9E9E9E. Windows color (decimal): -14362694 or 12244772. OLE color: 12244772.

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

Color convert

RGB 36 215 186 -
CMYK 0.83 0 0.13 0.16
HSL 170.28º 0.71% 0.49% -
HSV(B) 170.28º 0.83% 0.84% -
XYZ 33.89 52.52 54.81 -
YUV 158.17 143.7 40.86 -
System Red Green Blue C M Y K H S L
Decimal 36 215 186 0.83 0 0.13 0.16 170.28 0.71 0.49
Hex 24 D7 BA 53 0 D 10 AA 47 31
Octal 44 327 272 123 0 15 20 252 107 61
Binary 100100 11010111 10111010 1010011 0 1101 10000 10101010 1000111 110001

Color Harmonies of #24D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D7BA

Black with #24D7BA

Text Example


Text Example

White with #24D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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