#41D1D9

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

Shades of Medium Turquoise #41D1D9

Tints of Medium Turquoise #41D1D9

Color information

#41D1D9 (or 0x41D1D9) is unknown color: approx Medium Turquoise. HEX triplet: 41, D1 and D9. RGB value is (65,209,217). Sum of RGB (Red+Green+Blue) = 65+209+217=491 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.24% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #41D1D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D1D9 is #BE2E26. Grayscale: #A6A6A6. Windows color (decimal): -12463655 or 14274881. OLE color: 14274881.

HSL color Cylindrical-coordinate representation of color #41D1D9: hue angle of 183.16º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D1D9 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB65209217-
CMYK0.700.0400.15
HSL183.16º66.67%55.29%-
HSV(B)183.16º70.05%85.1%-
XYZ37.551.7373.65-
YUV166.86156.2955.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.24%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=13.24%
G=42.57%
B=44.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal652092170.700.0400.15183.1666.6755.29
Hex41D1D94640Fb74337
Octal101321331106401726710367
Binary10000011101000111011001100011010001111101101111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41D1D9; }

 p { color: rgb(65,209,217); }

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

<style>
 a { background-color: #41D1D9; }

 a { background-color: rgb(65,209,217); }

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

<style>
 span { border-color: #41D1D9; }

 span { border-color: rgb(65,209,217); }

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