Html Css Color HEX #24DEBC Turquoise

📋 copy color: '#24DEBC'

red 36 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #24DEBC

Tints of Turquoise #24DEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 8.07%
G = 49.78%
B = 42.15%

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

#24DEBC (or 0x24DEBC) is known color: Turquoise. HEX triplet: 24, DE and BC. RGB value is (36,222,188). Sum of RGB (Red+Green+Blue) = 36+222+188=446 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.07% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #24DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DEBC is #DB2143. Grayscale: #A2A2A2. Windows color (decimal): -14360900 or 12377636. OLE color: 12377636.

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

Color convert

RGB 36 222 188 -
CMYK 0.84 0 0.15 0.13
HSL 169.03º 0.74% 0.51% -
HSV(B) 169.03º 0.84% 0.87% -
XYZ 35.93 56.25 56.54 -
YUV 162.51 142.38 37.76 -
System Red Green Blue C M Y K H S L
Decimal 36 222 188 0.84 0 0.15 0.13 169.03 0.74 0.51
Hex 24 DE BC 54 0 F D A9 4A 33
Octal 44 336 274 124 0 17 15 251 112 63
Binary 100100 11011110 10111100 1010100 0 1111 1101 10101001 1001010 110011

Color Harmonies of #24DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DEBC

Black with #24DEBC

Text Example


Text Example

White with #24DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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