Html Css Color HEX #24DFB9 Turquoise

📋 copy color: '#24DFB9'

red 36 ◦ green 223 ◦ blue 185

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

Shades of Turquoise #24DFB9

Tints of Turquoise #24DFB9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.23%

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 8.11%
G = 50.23%
B = 41.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#24DFB9 (or 0x24DFB9) is known color: Turquoise. HEX triplet: 24, DF and B9. RGB value is (36,223,185). Sum of RGB (Red+Green+Blue) = 36+223+185=444 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.11% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #24DFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DFB9 is #DB2046. Grayscale: #A2A2A2. Windows color (decimal): -14360647 or 12181284. OLE color: 12181284.

HSL color Cylindrical-coordinate representation of color #24DFB9: hue angle of 167.81º degrees, saturation: 0.75, 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 #24DFB9 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 223 185 -
CMYK 0.84 0 0.17 0.13
HSL 167.81º 0.75% 0.51% -
HSV(B) 167.81º 0.84% 0.87% -
XYZ 35.87 56.65 54.94 -
YUV 162.76 140.55 37.59 -
System Red Green Blue C M Y K H S L
Decimal 36 223 185 0.84 0 0.17 0.13 167.81 0.75 0.51
Hex 24 DF B9 54 0 11 D A8 4B 33
Octal 44 337 271 124 0 21 15 250 113 63
Binary 100100 11011111 10111001 1010100 0 10001 1101 10101000 1001011 110011

Color Harmonies of #24DFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DFB9

Black with #24DFB9

Text Example


Text Example

White with #24DFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,223,185); }

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

background-color css

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

 a { background-color: rgb(36,223,185); }

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

border-color css

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

 span { border-color: rgb(36,223,185); }

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