Html Css Color HEX #24E2D5 Turquoise

📋 copy color: '#24E2D5'

red 36 ◦ green 226 ◦ blue 213

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

Shades of Turquoise #24E2D5

Tints of Turquoise #24E2D5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.58%

 BLUE value IS 213 (83.59% from 255) = 44.84%

R = 7.58%
G = 47.58%
B = 44.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#24E2D5 (or 0x24E2D5) is known color: Turquoise. HEX triplet: 24, E2 and D5. RGB value is (36,226,213). Sum of RGB (Red+Green+Blue) = 36+226+213=475 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.58% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #24E2D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24E2D5 is #DB1D2A. Grayscale: #A7A7A7. Windows color (decimal): -14359851 or 14017060. OLE color: 14017060.

HSL color Cylindrical-coordinate representation of color #24E2D5: hue angle of 175.89º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E2D5 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 36 226 213 -
CMYK 0.84 0 0.06 0.11
HSL 175.89º 0.77% 0.51% -
HSV(B) 175.89º 0.84% 0.89% -
XYZ 39.93 59.57 72.34 -
YUV 167.71 153.55 34.06 -
System Red Green Blue C M Y K H S L
Decimal 36 226 213 0.84 0 0.06 0.11 175.89 0.77 0.51
Hex 24 E2 D5 54 0 6 B B0 4D 33
Octal 44 342 325 124 0 6 13 260 115 63
Binary 100100 11100010 11010101 1010100 0 110 1011 10110000 1001101 110011

Color Harmonies of #24E2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E2D5

Black with #24E2D5

Text Example


Text Example

White with #24E2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,226,213); }

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

background-color css

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

 a { background-color: rgb(36,226,213); }

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

border-color css

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

 span { border-color: rgb(36,226,213); }

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