#41C3B4

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

Shades of Medium Turquoise #41C3B4

Tints of Medium Turquoise #41C3B4

Color information

#41C3B4 (or 0x41C3B4) is unknown color: approx Medium Turquoise. HEX triplet: 41, C3 and B4. RGB value is (65,195,180). Sum of RGB (Red+Green+Blue) = 65+195+180=440 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.77% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #41C3B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C3B4 is #BE3C4B. Grayscale: #9A9A9A. Windows color (decimal): -12467276 or 11846465. OLE color: 11846465.

HSL color Cylindrical-coordinate representation of color #41C3B4: hue angle of 173.08º 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 #41C3B4 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB65195180-
CMYK0.6700.080.24
HSL173.08º52%50.98%-
HSV(B)173.08º66.67%76.47%-
XYZ29.9343.4549.99-
YUV154.42142.4364.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.77%
GREEN value IS 195 (76.56% from 255) = 44.32%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=14.77%
G=44.32%
B=40.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651951800.6700.080.24173.085250.98
Hex41C3B4430818ad3433
Octal101303264103010302556463
Binary100000111000011101101001000011010001100010101101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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