Html Css Color HEX #41BEB9 Medium Turquoise

📋 copy color: '#41BEB9'

red 65 ◦ green 190 ◦ blue 185

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

Shades of Medium Turquoise #41BEB9

Tints of Medium Turquoise #41BEB9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.18%

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

R = 14.77%
G = 43.18%
B = 42.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#41BEB9 (or 0x41BEB9) is known color: Medium Turquoise. HEX triplet: 41, BE and B9. RGB value is (65,190,185). Sum of RGB (Red+Green+Blue) = 65+190+185=440 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.77% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #41BEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BEB9 is #BE4146. Grayscale: #979797. Windows color (decimal): -12468551 or 12172865. OLE color: 12172865.

HSL color Cylindrical-coordinate representation of color #41BEB9: hue angle of 177.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BEB9 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 190 185 -
CMYK 0.66 0 0.03 0.25
HSL 177.6º 0.49% 0.5% -
HSV(B) 177.6º 0.66% 0.75% -
XYZ 29.35 41.45 52.35 -
YUV 152.06 146.59 65.91 -
System Red Green Blue C M Y K H S L
Decimal 65 190 185 0.66 0 0.03 0.25 177.6 0.49 0.5
Hex 41 BE B9 42 0 3 19 B2 31 32
Octal 101 276 271 102 0 3 31 262 61 62
Binary 1000001 10111110 10111001 1000010 0 11 11001 10110010 110001 110010

Color Harmonies of #41BEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BEB9

Black with #41BEB9

Text Example


Text Example

White with #41BEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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