Html Css Color HEX #24EDC7 Turquoise

📋 copy color: '#24EDC7'

red 36 ◦ green 237 ◦ blue 199

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

Shades of Turquoise #24EDC7

Tints of Turquoise #24EDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 7.63%
G = 50.21%
B = 42.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#24EDC7 (or 0x24EDC7) is known color: Turquoise. HEX triplet: 24, ED and C7. RGB value is (36,237,199). Sum of RGB (Red+Green+Blue) = 36+237+199=472 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.63% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #24EDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EDC7 is #DB1238. Grayscale: #ACACAC. Windows color (decimal): -14357049 or 13102372. OLE color: 13102372.

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

Color convert

RGB 36 237 199 -
CMYK 0.85 0 0.16 0.07
HSL 168.66º 0.85% 0.54% -
HSV(B) 168.66º 0.85% 0.93% -
XYZ 41.32 65.07 64.41 -
YUV 172.57 142.91 30.59 -
System Red Green Blue C M Y K H S L
Decimal 36 237 199 0.85 0 0.16 0.07 168.66 0.85 0.54
Hex 24 ED C7 55 0 10 7 A9 55 36
Octal 44 355 307 125 0 20 7 251 125 66
Binary 100100 11101101 11000111 1010101 0 10000 111 10101001 1010101 110110

Color Harmonies of #24EDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EDC7

Black with #24EDC7

Text Example


Text Example

White with #24EDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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