Html Css Color HEX #24ECC9 Turquoise

📋 copy color: '#24ECC9'

red 36 ◦ green 236 ◦ blue 201

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

Shades of Turquoise #24ECC9

Tints of Turquoise #24ECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.89%

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 7.61%
G = 49.89%
B = 42.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#24ECC9 (or 0x24ECC9) is known color: Turquoise. HEX triplet: 24, EC and C9. RGB value is (36,236,201). Sum of RGB (Red+Green+Blue) = 36+236+201=473 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.61% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #24ECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24ECC9 is #DB1336. Grayscale: #ACACAC. Windows color (decimal): -14357303 or 13233188. OLE color: 13233188.

HSL color Cylindrical-coordinate representation of color #24ECC9: hue angle of 169.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24ECC9 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 236 201 -
CMYK 0.85 0 0.15 0.07
HSL 169.5º 0.84% 0.53% -
HSV(B) 169.5º 0.85% 0.93% -
XYZ 41.27 64.58 65.55 -
YUV 172.21 144.24 30.85 -
System Red Green Blue C M Y K H S L
Decimal 36 236 201 0.85 0 0.15 0.07 169.5 0.84 0.53
Hex 24 EC C9 55 0 F 7 AA 54 35
Octal 44 354 311 125 0 17 7 252 124 65
Binary 100100 11101100 11001001 1010101 0 1111 111 10101010 1010100 110101

Color Harmonies of #24ECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24ECC9

Black with #24ECC9

Text Example


Text Example

White with #24ECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,236,201); }

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

background-color css

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

 a { background-color: rgb(36,236,201); }

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

border-color css

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

 span { border-color: rgb(36,236,201); }

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