#41CCDD

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

Shades of Medium Turquoise #41CCDD

Tints of Medium Turquoise #41CCDD

Color information

#41CCDD (or 0x41CCDD) is unknown color: approx Medium Turquoise. HEX triplet: 41, CC and DD. RGB value is (65,204,221). Sum of RGB (Red+Green+Blue) = 65+204+221=490 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.27% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #41CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCDD is #BE3322. Grayscale: #A4A4A4. Windows color (decimal): -12464931 or 14535745. OLE color: 14535745.

HSL color Cylindrical-coordinate representation of color #41CCDD: hue angle of 186.54º 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 #41CCDD is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB65204221-
CMYK0.710.0800.13
HSL186.54º69.64%56.08%-
HSV(B)186.54º70.59%86.67%-
XYZ36.8249.5376.03-
YUV164.38159.9557.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.27%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 221 (86.72% from 255) = 45.10%
R=13.27%
G=41.63%
B=45.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal652042210.710.0800.13186.5469.6456.08
Hex41CCDD4780Dbb4638
Octal1013143351071001527310670
Binary100000111001100110111011000111100001101101110111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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