Html Css Color HEX #41E8BE Turquoise

📋 copy color: '#41E8BE'

red 65 ◦ green 232 ◦ blue 190

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

Shades of Turquoise #41E8BE

Tints of Turquoise #41E8BE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.64%

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

R = 13.35%
G = 47.64%
B = 39.01%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#41E8BE (or 0x41E8BE) is known color: Turquoise. HEX triplet: 41, E8 and BE. RGB value is (65,232,190). Sum of RGB (Red+Green+Blue) = 65+232+190=487 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.35% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 232 - color contains mainly: green. Hex color #41E8BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E8BE is #BE1741. Grayscale: #B1B1B1. Windows color (decimal): -12457794 or 12511297. OLE color: 12511297.

HSL color Cylindrical-coordinate representation of color #41E8BE: hue angle of 164.91º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E8BE is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 232 190 -
CMYK 0.72 0 0.18 0.09
HSL 164.91º 0.78% 0.58% -
HSV(B) 164.91º 0.72% 0.91% -
XYZ 40.33 62.55 58.66 -
YUV 177.28 135.17 47.92 -
System Red Green Blue C M Y K H S L
Decimal 65 232 190 0.72 0 0.18 0.09 164.91 0.78 0.58
Hex 41 E8 BE 48 0 12 9 A5 4E 3A
Octal 101 350 276 110 0 22 11 245 116 72
Binary 1000001 11101000 10111110 1001000 0 10010 1001 10100101 1001110 111010

Color Harmonies of #41E8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E8BE

Black with #41E8BE

Text Example


Text Example

White with #41E8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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