Html Css Color HEX #24DECB Turquoise

📋 copy color: '#24DECB'

red 36 ◦ green 222 ◦ blue 203

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

Shades of Turquoise #24DECB

Tints of Turquoise #24DECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 7.81%
G = 48.16%
B = 44.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#24DECB (or 0x24DECB) is known color: Turquoise. HEX triplet: 24, DE and CB. RGB value is (36,222,203). Sum of RGB (Red+Green+Blue) = 36+222+203=461 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.81% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #24DECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DECB is #DB2134. Grayscale: #A4A4A4. Windows color (decimal): -14360885 or 13360676. OLE color: 13360676.

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

Color convert

RGB 36 222 203 -
CMYK 0.84 0 0.09 0.13
HSL 173.87º 0.74% 0.51% -
HSV(B) 173.87º 0.84% 0.87% -
XYZ 37.63 56.93 65.51 -
YUV 164.22 149.88 36.54 -
System Red Green Blue C M Y K H S L
Decimal 36 222 203 0.84 0 0.09 0.13 173.87 0.74 0.51
Hex 24 DE CB 54 0 9 D AE 4A 33
Octal 44 336 313 124 0 11 15 256 112 63
Binary 100100 11011110 11001011 1010100 0 1001 1101 10101110 1001010 110011

Color Harmonies of #24DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DECB

Black with #24DECB

Text Example


Text Example

White with #24DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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