#41D5DC

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

Shades of Medium Turquoise #41D5DC

Tints of Medium Turquoise #41D5DC

Color information

#41D5DC (or 0x41D5DC) is unknown color: approx Medium Turquoise. HEX triplet: 41, D5 and DC. RGB value is (65,213,220). Sum of RGB (Red+Green+Blue) = 65+213+220=498 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.05% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #41D5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D5DC is #BE2A23. Grayscale: #A9A9A9. Windows color (decimal): -12462628 or 14472513. OLE color: 14472513.

HSL color Cylindrical-coordinate representation of color #41D5DC: hue angle of 182.71º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D5DC is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB65213220-
CMYK0.700.0300.14
HSL182.71º68.89%55.88%-
HSV(B)182.71º70.45%86.27%-
XYZ38.8953.8876.06-
YUV169.55156.4753.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.05%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=13.05%
G=42.77%
B=44.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal652132200.700.0300.14182.7168.8955.88
Hex41D5DC4630Eb74538
Octal101325334106301626710570
Binary1000001110101011101110010001101101110101101111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,213,220); }

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

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

 a { background-color: rgb(65,213,220); }

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

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

 span { border-color: rgb(65,213,220); }

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