Html Css Color HEX #24DFD6 Turquoise

📋 copy color: '#24DFD6'

red 36 ◦ green 223 ◦ blue 214

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

Shades of Turquoise #24DFD6

Tints of Turquoise #24DFD6

RGB

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

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

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

R = 7.61%
G = 47.15%
B = 45.24%

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

#24DFD6 (or 0x24DFD6) is known color: Turquoise. HEX triplet: 24, DF and D6. RGB value is (36,223,214). Sum of RGB (Red+Green+Blue) = 36+223+214=473 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.61% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #24DFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DFD6 is #DB2029. Grayscale: #A5A5A5. Windows color (decimal): -14360618 or 14081828. OLE color: 14081828.

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

Color convert

RGB 36 223 214 -
CMYK 0.84 0 0.04 0.13
HSL 177.11º 0.75% 0.51% -
HSV(B) 177.11º 0.84% 0.87% -
XYZ 39.25 58.01 72.75 -
YUV 166.06 155.05 35.23 -
System Red Green Blue C M Y K H S L
Decimal 36 223 214 0.84 0 0.04 0.13 177.11 0.75 0.51
Hex 24 DF D6 54 0 4 D B1 4B 33
Octal 44 337 326 124 0 4 15 261 113 63
Binary 100100 11011111 11010110 1010100 0 100 1101 10110001 1001011 110011

Color Harmonies of #24DFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DFD6

Black with #24DFD6

Text Example


Text Example

White with #24DFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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