Html Css Color HEX #24DFBE Turquoise

📋 copy color: '#24DFBE'

red 36 ◦ green 223 ◦ blue 190

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

Shades of Turquoise #24DFBE

Tints of Turquoise #24DFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 8.02%
G = 49.67%
B = 42.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#24DFBE (or 0x24DFBE) is known color: Turquoise. HEX triplet: 24, DF and BE. RGB value is (36,223,190). Sum of RGB (Red+Green+Blue) = 36+223+190=449 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.02% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #24DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DFBE is #DB2041. Grayscale: #A3A3A3. Windows color (decimal): -14360642 or 12508964. OLE color: 12508964.

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

Color convert

RGB 36 223 190 -
CMYK 0.84 0 0.15 0.13
HSL 169.41º 0.75% 0.51% -
HSV(B) 169.41º 0.84% 0.87% -
XYZ 36.41 56.87 57.77 -
YUV 163.33 143.05 37.18 -
System Red Green Blue C M Y K H S L
Decimal 36 223 190 0.84 0 0.15 0.13 169.41 0.75 0.51
Hex 24 DF BE 54 0 F D A9 4B 33
Octal 44 337 276 124 0 17 15 251 113 63
Binary 100100 11011111 10111110 1010100 0 1111 1101 10101001 1001011 110011

Color Harmonies of #24DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DFBE

Black with #24DFBE

Text Example


Text Example

White with #24DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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