Html Css Color HEX #24DEBA Turquoise

📋 copy color: '#24DEBA'

red 36 ◦ green 222 ◦ blue 186

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

Shades of Turquoise #24DEBA

Tints of Turquoise #24DEBA

RGB

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

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

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

R = 8.11%
G = 50%
B = 41.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#24DEBA (or 0x24DEBA) is known color: Turquoise. HEX triplet: 24, DE and BA. RGB value is (36,222,186). Sum of RGB (Red+Green+Blue) = 36+222+186=444 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.11% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #24DEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DEBA is #DB2145. Grayscale: #A2A2A2. Windows color (decimal): -14360902 or 12246564. OLE color: 12246564.

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

Color convert

RGB 36 222 186 -
CMYK 0.84 0 0.16 0.13
HSL 168.39º 0.74% 0.51% -
HSV(B) 168.39º 0.84% 0.87% -
XYZ 35.71 56.16 55.41 -
YUV 162.28 141.38 37.93 -
System Red Green Blue C M Y K H S L
Decimal 36 222 186 0.84 0 0.16 0.13 168.39 0.74 0.51
Hex 24 DE BA 54 0 10 D A8 4A 33
Octal 44 336 272 124 0 20 15 250 112 63
Binary 100100 11011110 10111010 1010100 0 10000 1101 10101000 1001010 110011

Color Harmonies of #24DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DEBA

Black with #24DEBA

Text Example


Text Example

White with #24DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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