#24D6D9

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

Shades of Turquoise #24D6D9

Tints of Turquoise #24D6D9

Color information

#24D6D9 (or 0x24D6D9) is unknown color: approx Turquoise. HEX triplet: 24, D6 and D9. RGB value is (36,214,217). Sum of RGB (Red+Green+Blue) = 36+214+217=467 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.71% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #24D6D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D6D9 is #DB2926. Grayscale: #A0A0A0. Windows color (decimal): -14362919 or 14276132. OLE color: 14276132.

HSL color Cylindrical-coordinate representation of color #24D6D9: hue angle of 180.99º 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 #24D6D9 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB36214217-
CMYK0.830.0100.15
HSL180.99º71.54%49.61%-
HSV(B)180.99º83.41%85.1%-
XYZ37.353.4874-
YUV161.12159.5338.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.71%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 217 (85.16% from 255) = 46.47%
R=7.71%
G=45.82%
B=46.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal362142170.830.0100.15180.9971.5449.61
Hex24D6D95310Fb54832
Octal44326331123101726511062
Binary10010011010110110110011010011101111101101011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24D6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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