Html Css Color HEX #24E1D6 Turquoise

📋 copy color: '#24E1D6'

red 36 ◦ green 225 ◦ blue 214

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

Shades of Turquoise #24E1D6

Tints of Turquoise #24E1D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.05%

R = 7.58%
G = 47.37%
B = 45.05%

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

#24E1D6 (or 0x24E1D6) is known color: Turquoise. HEX triplet: 24, E1 and D6. RGB value is (36,225,214). Sum of RGB (Red+Green+Blue) = 36+225+214=475 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.58% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #24E1D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24E1D6 is #DB1E29. Grayscale: #A7A7A7. Windows color (decimal): -14360106 or 14082340. OLE color: 14082340.

HSL color Cylindrical-coordinate representation of color #24E1D6: hue angle of 176.51º 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 #24E1D6 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 225 214 -
CMYK 0.84 0 0.05 0.12
HSL 176.51º 0.76% 0.51% -
HSV(B) 176.51º 0.84% 0.88% -
XYZ 39.79 59.08 72.92 -
YUV 167.24 154.38 34.39 -
System Red Green Blue C M Y K H S L
Decimal 36 225 214 0.84 0 0.05 0.12 176.51 0.76 0.51
Hex 24 E1 D6 54 0 5 C B1 4C 33
Octal 44 341 326 124 0 5 14 261 114 63
Binary 100100 11100001 11010110 1010100 0 101 1100 10110001 1001100 110011

Color Harmonies of #24E1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E1D6

Black with #24E1D6

Text Example


Text Example

White with #24E1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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