#41CFC6

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

Shades of Medium Turquoise #41CFC6

Tints of Medium Turquoise #41CFC6

Color information

#41CFC6 (or 0x41CFC6) is unknown color: approx Medium Turquoise. HEX triplet: 41, CF and C6. RGB value is (65,207,198). Sum of RGB (Red+Green+Blue) = 65+207+198=470 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.83% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFC6 is #BE3039. Grayscale: #A3A3A3. Windows color (decimal): -12464186 or 13029185. OLE color: 13029185.

HSL color Cylindrical-coordinate representation of color #41CFC6: hue angle of 176.2º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CFC6 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB65207198-
CMYK0.6900.040.19
HSL176.2º59.66%53.33%-
HSV(B)176.2º68.6%81.18%-
XYZ34.6949.8361.22-
YUV163.52147.4657.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.83%
GREEN value IS 207 (81.25% from 255) = 44.04%
BLUE value IS 198 (77.73% from 255) = 42.13%
R=13.83%
G=44.04%
B=42.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal652071980.6900.040.19176.259.6653.33
Hex41CFC6450413b03c35
Octal10131730610504232607465
Binary10000011100111111000110100010101001001110110000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,207,198); }

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

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

 a { background-color: rgb(65,207,198); }

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

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

 span { border-color: rgb(65,207,198); }

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