Html Css Color HEX #41E1C5 Turquoise

📋 copy color: '#41E1C5'

red 65 ◦ green 225 ◦ blue 197

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

Shades of Turquoise #41E1C5

Tints of Turquoise #41E1C5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.2%

 BLUE value IS 197 (77.34% from 255) = 40.45%

R = 13.35%
G = 46.2%
B = 40.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#41E1C5 (or 0x41E1C5) is known color: Turquoise. HEX triplet: 41, E1 and C5. RGB value is (65,225,197). Sum of RGB (Red+Green+Blue) = 65+225+197=487 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.35% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #41E1C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E1C5 is #BE1E3A. Grayscale: #ADADAD. Windows color (decimal): -12459579 or 12968257. OLE color: 12968257.

HSL color Cylindrical-coordinate representation of color #41E1C5: hue angle of 169.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E1C5 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 225 197 -
CMYK 0.71 0 0.12 0.12
HSL 169.5º 0.73% 0.57% -
HSV(B) 169.5º 0.71% 0.88% -
XYZ 39.18 59.01 62.15 -
YUV 173.97 140.99 50.28 -
System Red Green Blue C M Y K H S L
Decimal 65 225 197 0.71 0 0.12 0.12 169.5 0.73 0.57
Hex 41 E1 C5 47 0 C C AA 49 39
Octal 101 341 305 107 0 14 14 252 111 71
Binary 1000001 11100001 11000101 1000111 0 1100 1100 10101010 1001001 111001

Color Harmonies of #41E1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E1C5

Black with #41E1C5

Text Example


Text Example

White with #41E1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,225,197); }

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

background-color css

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

 a { background-color: rgb(65,225,197); }

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

border-color css

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

 span { border-color: rgb(65,225,197); }

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