Html Css Color HEX #24EDC0 Turquoise

📋 copy color: '#24EDC0'

red 36 ◦ green 237 ◦ blue 192

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

Shades of Turquoise #24EDC0

Tints of Turquoise #24EDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.97%

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 7.74%
G = 50.97%
B = 41.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#24EDC0 (or 0x24EDC0) is known color: Turquoise. HEX triplet: 24, ED and C0. RGB value is (36,237,192). Sum of RGB (Red+Green+Blue) = 36+237+192=465 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.74% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #24EDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EDC0 is #DB123F. Grayscale: #ABABAB. Windows color (decimal): -14357056 or 12643620. OLE color: 12643620.

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

Color convert

RGB 36 237 192 -
CMYK 0.85 0 0.19 0.07
HSL 166.57º 0.85% 0.54% -
HSV(B) 166.57º 0.85% 0.93% -
XYZ 40.53 64.75 60.23 -
YUV 171.77 139.41 31.16 -
System Red Green Blue C M Y K H S L
Decimal 36 237 192 0.85 0 0.19 0.07 166.57 0.85 0.54
Hex 24 ED C0 55 0 13 7 A7 55 36
Octal 44 355 300 125 0 23 7 247 125 66
Binary 100100 11101101 11000000 1010101 0 10011 111 10100111 1010101 110110

Color Harmonies of #24EDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EDC0

Black with #24EDC0

Text Example


Text Example

White with #24EDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,237,192); }

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

background-color css

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

 a { background-color: rgb(36,237,192); }

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

border-color css

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

 span { border-color: rgb(36,237,192); }

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