#41D2BA

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

Shades of Medium Turquoise #41D2BA

Tints of Medium Turquoise #41D2BA

Color information

#41D2BA (or 0x41D2BA) is unknown color: approx Medium Turquoise. HEX triplet: 41, D2 and BA. RGB value is (65,210,186). Sum of RGB (Red+Green+Blue) = 65+210+186=461 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.10% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #41D2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D2BA is #BE2D45. Grayscale: #A3A3A3. Windows color (decimal): -12463430 or 12243521. OLE color: 12243521.

HSL color Cylindrical-coordinate representation of color #41D2BA: hue angle of 170.07º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D2BA is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB65210186-
CMYK0.6900.110.18
HSL170.07º61.7%53.92%-
HSV(B)170.07º69.05%82.35%-
XYZ34.0950.7654.46-
YUV163.91140.4657.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.10%
GREEN value IS 210 (82.42% from 255) = 45.55%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=14.10%
G=45.55%
B=40.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal652101860.6900.110.18170.0761.753.92
Hex41D2BA450B12aa3e36
Octal101322272105013222527666
Binary100000111010010101110101000101010111001010101010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,210,186); }

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

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

 a { background-color: rgb(65,210,186); }

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

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

 span { border-color: rgb(65,210,186); }

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