#24D5D9

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

Shades of Turquoise #24D5D9

Tints of Turquoise #24D5D9

Color information

#24D5D9 (or 0x24D5D9) is unknown color: approx Turquoise. HEX triplet: 24, D5 and D9. RGB value is (36,213,217). Sum of RGB (Red+Green+Blue) = 36+213+217=466 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.73% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #24D5D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D5D9 is #DB2A26. Grayscale: #A0A0A0. Windows color (decimal): -14363175 or 14275876. OLE color: 14275876.

HSL color Cylindrical-coordinate representation of color #24D5D9: hue angle of 181.33º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D5D9 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB36213217-
CMYK0.830.0200.15
HSL181.33º71.54%49.61%-
HSV(B)181.33º83.41%85.1%-
XYZ37.0552.9773.92-
YUV160.53159.8639.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.73%
GREEN value IS 213 (83.59% from 255) = 45.71%
BLUE value IS 217 (85.16% from 255) = 46.57%
R=7.73%
G=45.71%
B=46.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal362132170.830.0200.15181.3371.5449.61
Hex24D5D95320Fb54832
Octal44325331123201726511062
Binary100100110101011101100110100111001111101101011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24D5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,213,217); }

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

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

 a { background-color: rgb(36,213,217); }

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

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

 span { border-color: rgb(36,213,217); }

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