Html Css Color HEX #41C2B9 Medium Turquoise

📋 copy color: '#41C2B9'

red 65 ◦ green 194 ◦ blue 185

#41C2B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #41C2B9

Tints of Medium Turquoise #41C2B9

RGB

 RED value IS 65 (25.78% from 255) = 14.64%

 GREEN value IS 194 (76.17% from 255) = 43.69%

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 14.64%
G = 43.69%
B = 41.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#41C2B9 (or 0x41C2B9) is known color: Medium Turquoise. HEX triplet: 41, C2 and B9. RGB value is (65,194,185). Sum of RGB (Red+Green+Blue) = 65+194+185=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #41C2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C2B9 is #BE3D46. Grayscale: #9A9A9A. Windows color (decimal): -12467527 or 12173889. OLE color: 12173889.

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

Color convert

RGB 65 194 185 -
CMYK 0.66 0 0.05 0.24
HSL 175.81º 0.51% 0.51% -
HSV(B) 175.81º 0.66% 0.76% -
XYZ 30.23 43.21 52.65 -
YUV 154.4 145.26 64.23 -
System Red Green Blue C M Y K H S L
Decimal 65 194 185 0.66 0 0.05 0.24 175.81 0.51 0.51
Hex 41 C2 B9 42 0 5 18 B0 33 33
Octal 101 302 271 102 0 5 30 260 63 63
Binary 1000001 11000010 10111001 1000010 0 101 11000 10110000 110011 110011

Color Harmonies of #41C2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C2B9

Black with #41C2B9

Text Example


Text Example

White with #41C2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,194,185); }

 H1.HeaderClassName
 {
   color: #41C2B9;
 }
 .AnyTagClassName
 {
   color: #41C2B9;
 }
</style>

background-color css

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

 a { background-color: rgb(65,194,185); }

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

border-color css

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

 span { border-color: rgb(65,194,185); }

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