Html Css Color HEX #41C0BA Medium Turquoise

📋 copy color: '#41C0BA'

red 65 ◦ green 192 ◦ blue 186

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

Shades of Medium Turquoise #41C0BA

Tints of Medium Turquoise #41C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.34%

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

R = 14.67%
G = 43.34%
B = 41.99%

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

#41C0BA (or 0x41C0BA) is known color: Medium Turquoise. HEX triplet: 41, C0 and BA. RGB value is (65,192,186). Sum of RGB (Red+Green+Blue) = 65+192+186=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #41C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C0BA is #BE3F45. Grayscale: #999999. Windows color (decimal): -12468038 or 12238913. OLE color: 12238913.

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

Color convert

RGB 65 192 186 -
CMYK 0.66 0 0.03 0.25
HSL 177.17º 0.5% 0.5% -
HSV(B) 177.17º 0.66% 0.75% -
XYZ 29.89 42.37 53.06 -
YUV 153.34 146.42 64.99 -
System Red Green Blue C M Y K H S L
Decimal 65 192 186 0.66 0 0.03 0.25 177.17 0.5 0.5
Hex 41 C0 BA 42 0 3 19 B1 32 32
Octal 101 300 272 102 0 3 31 261 62 62
Binary 1000001 11000000 10111010 1000010 0 11 11001 10110001 110010 110010

Color Harmonies of #41C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C0BA

Black with #41C0BA

Text Example


Text Example

White with #41C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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