Html Css Color HEX #41BEBA Medium Turquoise

📋 copy color: '#41BEBA'

red 65 ◦ green 190 ◦ blue 186

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

Shades of Medium Turquoise #41BEBA

Tints of Medium Turquoise #41BEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 14.74%
G = 43.08%
B = 42.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#41BEBA (or 0x41BEBA) is known color: Medium Turquoise. HEX triplet: 41, BE and BA. RGB value is (65,190,186). Sum of RGB (Red+Green+Blue) = 65+190+186=441 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.74% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #41BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BEBA is #BE4145. Grayscale: #989898. Windows color (decimal): -12468550 or 12238401. OLE color: 12238401.

HSL color Cylindrical-coordinate representation of color #41BEBA: hue angle of 178.08º 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 #41BEBA is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 190 186 -
CMYK 0.66 0 0.02 0.25
HSL 178.08º 0.49% 0.5% -
HSV(B) 178.08º 0.66% 0.75% -
XYZ 29.46 41.5 52.91 -
YUV 152.17 147.09 65.83 -
System Red Green Blue C M Y K H S L
Decimal 65 190 186 0.66 0 0.02 0.25 178.08 0.49 0.5
Hex 41 BE BA 42 0 2 19 B2 31 32
Octal 101 276 272 102 0 2 31 262 61 62
Binary 1000001 10111110 10111010 1000010 0 10 11001 10110010 110001 110010

Color Harmonies of #41BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BEBA

Black with #41BEBA

Text Example


Text Example

White with #41BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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