Html Css Color HEX #41C9BE Medium Turquoise

📋 copy color: '#41C9BE'

red 65 ◦ green 201 ◦ blue 190

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

Shades of Medium Turquoise #41C9BE

Tints of Medium Turquoise #41C9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 14.25%
G = 44.08%
B = 41.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#41C9BE (or 0x41C9BE) is known color: Medium Turquoise. HEX triplet: 41, C9 and BE. RGB value is (65,201,190). Sum of RGB (Red+Green+Blue) = 65+201+190=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #41C9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C9BE is #BE3641. Grayscale: #9E9E9E. Windows color (decimal): -12465730 or 12503361. OLE color: 12503361.

HSL color Cylindrical-coordinate representation of color #41C9BE: hue angle of 175.15º 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 #41C9BE is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 201 190 -
CMYK 0.68 0 0.05 0.21
HSL 175.15º 0.56% 0.52% -
HSV(B) 175.15º 0.68% 0.79% -
XYZ 32.36 46.61 56.01 -
YUV 159.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 65 201 190 0.68 0 0.05 0.21 175.15 0.56 0.52
Hex 41 C9 BE 44 0 5 15 AF 38 34
Octal 101 311 276 104 0 5 25 257 70 64
Binary 1000001 11001001 10111110 1000100 0 101 10101 10101111 111000 110100

Color Harmonies of #41C9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C9BE

Black with #41C9BE

Text Example


Text Example

White with #41C9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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