Html Css Color HEX #41C9BD Medium Turquoise

📋 copy color: '#41C9BD'

red 65 ◦ green 201 ◦ blue 189

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

Shades of Medium Turquoise #41C9BD

Tints of Medium Turquoise #41C9BD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.18%

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 14.29%
G = 44.18%
B = 41.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#41C9BD (or 0x41C9BD) is known color: Medium Turquoise. HEX triplet: 41, C9 and BD. RGB value is (65,201,189). Sum of RGB (Red+Green+Blue) = 65+201+189=455 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.29% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #41C9BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C9BD is #BE3642. Grayscale: #9E9E9E. Windows color (decimal): -12465731 or 12437825. OLE color: 12437825.

HSL color Cylindrical-coordinate representation of color #41C9BD: hue angle of 174.71º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C9BD is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 201 189 -
CMYK 0.68 0 0.06 0.21
HSL 174.71º 0.56% 0.52% -
HSV(B) 174.71º 0.68% 0.79% -
XYZ 32.25 46.57 55.43 -
YUV 158.97 144.94 60.98 -
System Red Green Blue C M Y K H S L
Decimal 65 201 189 0.68 0 0.06 0.21 174.71 0.56 0.52
Hex 41 C9 BD 44 0 6 15 AF 38 34
Octal 101 311 275 104 0 6 25 257 70 64
Binary 1000001 11001001 10111101 1000100 0 110 10101 10101111 111000 110100

Color Harmonies of #41C9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C9BD

Black with #41C9BD

Text Example


Text Example

White with #41C9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,201,189); }

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

background-color css

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

 a { background-color: rgb(65,201,189); }

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

border-color css

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

 span { border-color: rgb(65,201,189); }

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