Html Css Color HEX #24E1D5 Turquoise

📋 copy color: '#24E1D5'

red 36 ◦ green 225 ◦ blue 213

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

Shades of Turquoise #24E1D5

Tints of Turquoise #24E1D5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.47%

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

R = 7.59%
G = 47.47%
B = 44.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#24E1D5 (or 0x24E1D5) is known color: Turquoise. HEX triplet: 24, E1 and D5. RGB value is (36,225,213). Sum of RGB (Red+Green+Blue) = 36+225+213=474 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.59% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #24E1D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24E1D5 is #DB1E2A. Grayscale: #A6A6A6. Windows color (decimal): -14360107 or 14016804. OLE color: 14016804.

HSL color Cylindrical-coordinate representation of color #24E1D5: hue angle of 176.19º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E1D5 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 225 213 -
CMYK 0.84 0 0.05 0.12
HSL 176.19º 0.76% 0.51% -
HSV(B) 176.19º 0.84% 0.88% -
XYZ 39.66 59.03 72.25 -
YUV 167.12 153.88 34.48 -
System Red Green Blue C M Y K H S L
Decimal 36 225 213 0.84 0 0.05 0.12 176.19 0.76 0.51
Hex 24 E1 D5 54 0 5 C B0 4C 33
Octal 44 341 325 124 0 5 14 260 114 63
Binary 100100 11100001 11010101 1010100 0 101 1100 10110000 1001100 110011

Color Harmonies of #24E1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E1D5

Black with #24E1D5

Text Example


Text Example

White with #24E1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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