#41CAD1

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

Shades of Medium Turquoise #41CAD1

Tints of Medium Turquoise #41CAD1

Color information

#41CAD1 (or 0x41CAD1) is unknown color: approx Medium Turquoise. HEX triplet: 41, CA and D1. RGB value is (65,202,209). Sum of RGB (Red+Green+Blue) = 65+202+209=476 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.66% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #41CAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CAD1 is #BE352E. Grayscale: #A1A1A1. Windows color (decimal): -12465455 or 13748801. OLE color: 13748801.

HSL color Cylindrical-coordinate representation of color #41CAD1: hue angle of 182.92º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CAD1 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB65202209-
CMYK0.690.0300.18
HSL182.92º61.02%53.73%-
HSV(B)182.92º68.9%81.96%-
XYZ34.8147.9767.75-
YUV161.83154.6158.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.66%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 209 (82.03% from 255) = 43.91%
R=13.66%
G=42.44%
B=43.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal652022090.690.0300.18182.9261.0253.73
Hex41CAD1453012b73d36
Octal10131232110530222677566
Binary1000001110010101101000110001011101001010110111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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