#24DEC5

Color #24DEC5 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #24DEC5

Tints of Turquoise #24DEC5

Color information

#24DEC5 (or 0x24DEC5) is unknown color: approx Turquoise. HEX triplet: 24, DE and C5. RGB value is (36,222,197). Sum of RGB (Red+Green+Blue) = 36+222+197=455 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.91% from 455); Green value is 222 (87.11% from 255 or 48.79% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 222 - color contains mainly: green. Hex color #24DEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DEC5 is #DB213A. Grayscale: #A3A3A3. Windows color (decimal): -14360891 or 12967460. OLE color: 12967460.

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

Color convert

RGB36222197-
CMYK0.8400.110.13
HSL171.94º73.81%50.59%-
HSV(B)171.94º83.78%87.06%-
XYZ36.9356.6561.81-
YUV163.54146.8837.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.91%
GREEN value IS 222 (87.11% from 255) = 48.79%
BLUE value IS 197 (77.34% from 255) = 43.30%
R=7.91%
G=48.79%
B=43.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal362221970.8400.110.13171.9473.8150.59
Hex24DEC5540BDac4a33
Octal443363051240131525411263
Binary10010011011110110001011010100010111101101011001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24DEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24DEC5;
 }
 .AnyTagClassName
 {
   color: #24DEC5;
 }
</style>
background-color css

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

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

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

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

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

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