#41CDDD

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

Shades of Medium Turquoise #41CDDD

Tints of Medium Turquoise #41CDDD

Color information

#41CDDD (or 0x41CDDD) is unknown color: approx Medium Turquoise. HEX triplet: 41, CD and DD. RGB value is (65,205,221). Sum of RGB (Red+Green+Blue) = 65+205+221=491 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.24% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #41CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CDDD is #BE3222. Grayscale: #A4A4A4. Windows color (decimal): -12464675 or 14536001. OLE color: 14536001.

HSL color Cylindrical-coordinate representation of color #41CDDD: hue angle of 186.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41CDDD is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB65205221-
CMYK0.710.0700.13
HSL186.15º69.64%56.08%-
HSV(B)186.15º70.59%86.67%-
XYZ37.0650.0176.11-
YUV164.96159.6256.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.24%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=13.24%
G=41.75%
B=45.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal652052210.710.0700.13186.1569.6456.08
Hex41CDDD4770Dba4638
Octal101315335107701527210670
Binary10000011100110111011101100011111101101101110101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,205,221); }

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

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

 a { background-color: rgb(65,205,221); }

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

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

 span { border-color: rgb(65,205,221); }

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