#41CDD4

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

Shades of Medium Turquoise #41CDD4

Tints of Medium Turquoise #41CDD4

Color information

#41CDD4 (or 0x41CDD4) is unknown color: approx Medium Turquoise. HEX triplet: 41, CD and D4. RGB value is (65,205,212). Sum of RGB (Red+Green+Blue) = 65+205+212=482 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.49% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #41CDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CDD4 is #BE322B. Grayscale: #A3A3A3. Windows color (decimal): -12464684 or 13946177. OLE color: 13946177.

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

Color convert

RGB65205212-
CMYK0.690.0300.17
HSL182.86º63.09%54.31%-
HSV(B)182.86º69.34%83.14%-
XYZ35.8949.5469.96-
YUV163.94155.1257.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.49%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 212 (83.20% from 255) = 43.98%
R=13.49%
G=42.53%
B=43.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal652052120.690.0300.17182.8663.0954.31
Hex41CDD4453011b73f36
Octal10131532410530212677766
Binary1000001110011011101010010001011101000110110111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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