Html Css Color HEX #24DED8 Turquoise

📋 copy color: '#24DED8'

red 36 ◦ green 222 ◦ blue 216

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

Shades of Turquoise #24DED8

Tints of Turquoise #24DED8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.84%

 BLUE value IS 216 (84.77% from 255) = 45.57%

R = 7.59%
G = 46.84%
B = 45.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#24DED8 (or 0x24DED8) is known color: Turquoise. HEX triplet: 24, DE and D8. RGB value is (36,222,216). Sum of RGB (Red+Green+Blue) = 36+222+216=474 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.59% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #24DED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DED8 is #DB2127. Grayscale: #A5A5A5. Windows color (decimal): -14360872 or 14212644. OLE color: 14212644.

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

Color convert

RGB 36 222 216 -
CMYK 0.84 0 0.03 0.13
HSL 178.06º 0.74% 0.51% -
HSV(B) 178.06º 0.84% 0.87% -
XYZ 39.24 57.58 74.01 -
YUV 165.7 156.38 35.49 -
System Red Green Blue C M Y K H S L
Decimal 36 222 216 0.84 0 0.03 0.13 178.06 0.74 0.51
Hex 24 DE D8 54 0 3 D B2 4A 33
Octal 44 336 330 124 0 3 15 262 112 63
Binary 100100 11011110 11011000 1010100 0 11 1101 10110010 1001010 110011

Color Harmonies of #24DED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DED8

Black with #24DED8

Text Example


Text Example

White with #24DED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,222,216); }

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

background-color css

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

 a { background-color: rgb(36,222,216); }

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

border-color css

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

 span { border-color: rgb(36,222,216); }

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