#41C3BD

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

Shades of Medium Turquoise #41C3BD

Tints of Medium Turquoise #41C3BD

Color information

#41C3BD (or 0x41C3BD) is unknown color: approx Medium Turquoise. HEX triplet: 41, C3 and BD. RGB value is (65,195,189). Sum of RGB (Red+Green+Blue) = 65+195+189=449 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.48% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #41C3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C3BD is #BE3C42. Grayscale: #9B9B9B. Windows color (decimal): -12467267 or 12436289. OLE color: 12436289.

HSL color Cylindrical-coordinate representation of color #41C3BD: hue angle of 177.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C3BD is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB65195189-
CMYK0.6700.030.24
HSL177.23º52%50.98%-
HSV(B)177.23º66.67%76.47%-
XYZ30.8843.8354.98-
YUV155.45146.9363.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.48%
GREEN value IS 195 (76.56% from 255) = 43.43%
BLUE value IS 189 (74.22% from 255) = 42.09%
R=14.48%
G=43.43%
B=42.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651951890.6700.030.24177.235250.98
Hex41C3BD430318b13433
Octal10130327510303302616463
Binary1000001110000111011110110000110111100010110001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,195,189); }

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

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

 a { background-color: rgb(65,195,189); }

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

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

 span { border-color: rgb(65,195,189); }

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