Html Css Color HEX #41BFB6 Medium Turquoise

📋 copy color: '#41BFB6'

red 65 ◦ green 191 ◦ blue 182

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

Shades of Medium Turquoise #41BFB6

Tints of Medium Turquoise #41BFB6

RGB

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

 GREEN value IS 191 (75% from 255) = 43.61%

 BLUE value IS 182 (71.48% from 255) = 41.55%

R = 14.84%
G = 43.61%
B = 41.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#41BFB6 (or 0x41BFB6) is known color: Medium Turquoise. HEX triplet: 41, BF and B6. RGB value is (65,191,182). Sum of RGB (Red+Green+Blue) = 65+191+182=438 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.84% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #41BFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFB6 is #BE4049. Grayscale: #989898. Windows color (decimal): -12468298 or 11976513. OLE color: 11976513.

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

Color convert

RGB 65 191 182 -
CMYK 0.66 0 0.05 0.25
HSL 175.71º 0.5% 0.5% -
HSV(B) 175.71º 0.66% 0.75% -
XYZ 29.25 41.76 50.78 -
YUV 152.3 144.76 65.73 -
System Red Green Blue C M Y K H S L
Decimal 65 191 182 0.66 0 0.05 0.25 175.71 0.5 0.5
Hex 41 BF B6 42 0 5 19 B0 32 32
Octal 101 277 266 102 0 5 31 260 62 62
Binary 1000001 10111111 10110110 1000010 0 101 11001 10110000 110010 110010

Color Harmonies of #41BFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BFB6

Black with #41BFB6

Text Example


Text Example

White with #41BFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,191,182); }

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

background-color css

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

 a { background-color: rgb(65,191,182); }

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

border-color css

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

 span { border-color: rgb(65,191,182); }

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