Html Css Color HEX #24EDC1 Turquoise

📋 copy color: '#24EDC1'

red 36 ◦ green 237 ◦ blue 193

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

Shades of Turquoise #24EDC1

Tints of Turquoise #24EDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.42%

R = 7.73%
G = 50.86%
B = 41.42%

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

#24EDC1 (or 0x24EDC1) is known color: Turquoise. HEX triplet: 24, ED and C1. RGB value is (36,237,193). Sum of RGB (Red+Green+Blue) = 36+237+193=466 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.73% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #24EDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EDC1 is #DB123E. Grayscale: #ABABAB. Windows color (decimal): -14357055 or 12709156. OLE color: 12709156.

HSL color Cylindrical-coordinate representation of color #24EDC1: hue angle of 166.87º 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 #24EDC1 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 237 193 -
CMYK 0.85 0 0.19 0.07
HSL 166.87º 0.85% 0.54% -
HSV(B) 166.87º 0.85% 0.93% -
XYZ 40.64 64.79 60.82 -
YUV 171.89 139.91 31.08 -
System Red Green Blue C M Y K H S L
Decimal 36 237 193 0.85 0 0.19 0.07 166.87 0.85 0.54
Hex 24 ED C1 55 0 13 7 A7 55 36
Octal 44 355 301 125 0 23 7 247 125 66
Binary 100100 11101101 11000001 1010101 0 10011 111 10100111 1010101 110110

Color Harmonies of #24EDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EDC1

Black with #24EDC1

Text Example


Text Example

White with #24EDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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