Html Css Color HEX #41C9B2 Medium Turquoise

📋 copy color: '#41C9B2'

red 65 ◦ green 201 ◦ blue 178

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

Shades of Medium Turquoise #41C9B2

Tints of Medium Turquoise #41C9B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 14.64%
G = 45.27%
B = 40.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#41C9B2 (or 0x41C9B2) is known color: Medium Turquoise. HEX triplet: 41, C9 and B2. RGB value is (65,201,178). Sum of RGB (Red+Green+Blue) = 65+201+178=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #41C9B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C9B2 is #BE364D. Grayscale: #9D9D9D. Windows color (decimal): -12465742 or 11716929. OLE color: 11716929.

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

Color convert

RGB 65 201 178 -
CMYK 0.68 0 0.11 0.21
HSL 169.85º 0.56% 0.52% -
HSV(B) 169.85º 0.68% 0.79% -
XYZ 31.1 46.11 49.38 -
YUV 157.71 139.44 61.87 -
System Red Green Blue C M Y K H S L
Decimal 65 201 178 0.68 0 0.11 0.21 169.85 0.56 0.52
Hex 41 C9 B2 44 0 B 15 AA 38 34
Octal 101 311 262 104 0 13 25 252 70 64
Binary 1000001 11001001 10110010 1000100 0 1011 10101 10101010 111000 110100

Color Harmonies of #41C9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C9B2

Black with #41C9B2

Text Example


Text Example

White with #41C9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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