Html Css Color HEX #41BFBB Medium Turquoise

📋 copy color: '#41BFBB'

red 65 ◦ green 191 ◦ blue 187

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

Shades of Medium Turquoise #41BFBB

Tints of Medium Turquoise #41BFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.21%

R = 14.67%
G = 43.12%
B = 42.21%

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

#41BFBB (or 0x41BFBB) is known color: Medium Turquoise. HEX triplet: 41, BF and BB. RGB value is (65,191,187). Sum of RGB (Red+Green+Blue) = 65+191+187=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #41BFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFBB is #BE4044. Grayscale: #989898. Windows color (decimal): -12468293 or 12304193. OLE color: 12304193.

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

Color convert

RGB 65 191 187 -
CMYK 0.66 0 0.02 0.25
HSL 178.1º 0.5% 0.5% -
HSV(B) 178.1º 0.66% 0.75% -
XYZ 29.78 41.97 53.55 -
YUV 152.87 147.26 65.33 -
System Red Green Blue C M Y K H S L
Decimal 65 191 187 0.66 0 0.02 0.25 178.1 0.5 0.5
Hex 41 BF BB 42 0 2 19 B2 32 32
Octal 101 277 273 102 0 2 31 262 62 62
Binary 1000001 10111111 10111011 1000010 0 10 11001 10110010 110010 110010

Color Harmonies of #41BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BFBB

Black with #41BFBB

Text Example


Text Example

White with #41BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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