Html Css Color HEX #24DEBF Turquoise

📋 copy color: '#24DEBF'

red 36 ◦ green 222 ◦ blue 191

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

Shades of Turquoise #24DEBF

Tints of Turquoise #24DEBF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.44%

 BLUE value IS 191 (75% from 255) = 42.54%

R = 8.02%
G = 49.44%
B = 42.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#24DEBF (or 0x24DEBF) is known color: Turquoise. HEX triplet: 24, DE and BF. RGB value is (36,222,191). Sum of RGB (Red+Green+Blue) = 36+222+191=449 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.02% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #24DEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DEBF is #DB2140. Grayscale: #A2A2A2. Windows color (decimal): -14360897 or 12574244. OLE color: 12574244.

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

Color convert

RGB 36 222 191 -
CMYK 0.84 0 0.14 0.13
HSL 170º 0.74% 0.51% -
HSV(B) 170º 0.84% 0.87% -
XYZ 36.25 56.38 58.26 -
YUV 162.85 143.88 37.52 -
System Red Green Blue C M Y K H S L
Decimal 36 222 191 0.84 0 0.14 0.13 170 0.74 0.51
Hex 24 DE BF 54 0 E D AA 4A 33
Octal 44 336 277 124 0 16 15 252 112 63
Binary 100100 11011110 10111111 1010100 0 1110 1101 10101010 1001010 110011

Color Harmonies of #24DEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DEBF

Black with #24DEBF

Text Example


Text Example

White with #24DEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,222,191); }

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

background-color css

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

 a { background-color: rgb(36,222,191); }

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

border-color css

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

 span { border-color: rgb(36,222,191); }

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