Html Css Color HEX #41BFBC Medium Turquoise

📋 copy color: '#41BFBC'

red 65 ◦ green 191 ◦ blue 188

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

Shades of Medium Turquoise #41BFBC

Tints of Medium Turquoise #41BFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 14.64%
G = 43.02%
B = 42.34%

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

#41BFBC (or 0x41BFBC) is known color: Medium Turquoise. HEX triplet: 41, BF and BC. RGB value is (65,191,188). Sum of RGB (Red+Green+Blue) = 65+191+188=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #41BFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFBC is #BE4043. Grayscale: #989898. Windows color (decimal): -12468292 or 12369729. OLE color: 12369729.

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

Color convert

RGB 65 191 188 -
CMYK 0.66 0 0.02 0.25
HSL 178.57º 0.5% 0.5% -
HSV(B) 178.57º 0.66% 0.75% -
XYZ 29.89 42.02 54.11 -
YUV 152.98 147.76 65.24 -
System Red Green Blue C M Y K H S L
Decimal 65 191 188 0.66 0 0.02 0.25 178.57 0.5 0.5
Hex 41 BF BC 42 0 2 19 B3 32 32
Octal 101 277 274 102 0 2 31 263 62 62
Binary 1000001 10111111 10111100 1000010 0 10 11001 10110011 110010 110010

Color Harmonies of #41BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BFBC

Black with #41BFBC

Text Example


Text Example

White with #41BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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