Html Css Color HEX #24EDCD Turquoise

📋 copy color: '#24EDCD'

red 36 ◦ green 237 ◦ blue 205

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

Shades of Turquoise #24EDCD

Tints of Turquoise #24EDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 7.53%
G = 49.58%
B = 42.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#24EDCD (or 0x24EDCD) is known color: Turquoise. HEX triplet: 24, ED and CD. RGB value is (36,237,205). Sum of RGB (Red+Green+Blue) = 36+237+205=478 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.53% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #24EDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EDCD is #DB1232. Grayscale: #ADADAD. Windows color (decimal): -14357043 or 13495588. OLE color: 13495588.

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

Color convert

RGB 36 237 205 -
CMYK 0.85 0 0.14 0.07
HSL 170.45º 0.85% 0.54% -
HSV(B) 170.45º 0.85% 0.93% -
XYZ 42.03 65.35 68.16 -
YUV 173.25 145.91 30.1 -
System Red Green Blue C M Y K H S L
Decimal 36 237 205 0.85 0 0.14 0.07 170.45 0.85 0.54
Hex 24 ED CD 55 0 E 7 AA 55 36
Octal 44 355 315 125 0 16 7 252 125 66
Binary 100100 11101101 11001101 1010101 0 1110 111 10101010 1010101 110110

Color Harmonies of #24EDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EDCD

Black with #24EDCD

Text Example


Text Example

White with #24EDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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