#41c7bf

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

Shades of Medium Turquoise #41C7BF

Tints of Medium Turquoise #41C7BF

Color information

#41C7BF (or 0x41C7BF) is unknown color: approx Medium Turquoise. HEX triplet: 41, C7 and BF. RGB value is (65,199,191). Sum of RGB (Red+Green+Blue) = 65+199+191=455 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.29% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #41C7BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C7BF is #BE3840. Grayscale: #9D9D9D. Windows color (decimal): -12466241 or 12568385. OLE color: 12568385.

HSL color Cylindrical-coordinate representation of color #41C7BF: hue angle of 176.42º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C7BF is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB65199191-
CMYK0.6700.040.22
HSL176.42º54.47%51.76%-
HSV(B)176.42º67.34%78.04%-
XYZ32.0145.7356.43-
YUV158.02146.6161.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.29%
GREEN value IS 199 (78.12% from 255) = 43.74%
BLUE value IS 191 (75% from 255) = 41.98%
R=14.29%
G=43.74%
B=41.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal651991910.6700.040.22176.4254.4751.76
Hex41C7BF430416b03634
Octal10130727710304262606664
Binary10000011100011110111111100001101001011010110000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41c7bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,199,191); }

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

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

 a { background-color: rgb(65,199,191); }

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

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

 span { border-color: rgb(65,199,191); }

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