Html Css Color HEX #24DFD7 Turquoise

📋 copy color: '#24DFD7'

red 36 ◦ green 223 ◦ blue 215

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

Shades of Turquoise #24DFD7

Tints of Turquoise #24DFD7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.05%

 BLUE value IS 215 (84.38% from 255) = 45.36%

R = 7.59%
G = 47.05%
B = 45.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#24DFD7 (or 0x24DFD7) is known color: Turquoise. HEX triplet: 24, DF and D7. RGB value is (36,223,215). Sum of RGB (Red+Green+Blue) = 36+223+215=474 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.59% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #24DFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DFD7 is #DB2028. Grayscale: #A6A6A6. Windows color (decimal): -14360617 or 14147364. OLE color: 14147364.

HSL color Cylindrical-coordinate representation of color #24DFD7: hue angle of 177.43º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DFD7 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 223 215 -
CMYK 0.84 0 0.04 0.13
HSL 177.43º 0.75% 0.51% -
HSV(B) 177.43º 0.84% 0.87% -
XYZ 39.38 58.06 73.42 -
YUV 166.18 155.55 35.15 -
System Red Green Blue C M Y K H S L
Decimal 36 223 215 0.84 0 0.04 0.13 177.43 0.75 0.51
Hex 24 DF D7 54 0 4 D B1 4B 33
Octal 44 337 327 124 0 4 15 261 113 63
Binary 100100 11011111 11010111 1010100 0 100 1101 10110001 1001011 110011

Color Harmonies of #24DFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DFD7

Black with #24DFD7

Text Example


Text Example

White with #24DFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,223,215); }

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

background-color css

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

 a { background-color: rgb(36,223,215); }

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

border-color css

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

 span { border-color: rgb(36,223,215); }

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