Html Css Color HEX #41E2BC Turquoise

📋 copy color: '#41E2BC'

red 65 ◦ green 226 ◦ blue 188

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

Shades of Turquoise #41E2BC

Tints of Turquoise #41E2BC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.18%

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 13.57%
G = 47.18%
B = 39.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#41E2BC (or 0x41E2BC) is known color: Turquoise. HEX triplet: 41, E2 and BC. RGB value is (65,226,188). Sum of RGB (Red+Green+Blue) = 65+226+188=479 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.57% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 226 - color contains mainly: green. Hex color #41E2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E2BC is #BE1D43. Grayscale: #ADADAD. Windows color (decimal): -12459332 or 12378689. OLE color: 12378689.

HSL color Cylindrical-coordinate representation of color #41E2BC: hue angle of 165.84º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E2BC is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 65 226 188 -
CMYK 0.71 0 0.17 0.11
HSL 165.84º 0.74% 0.57% -
HSV(B) 165.84º 0.71% 0.89% -
XYZ 38.45 59.15 56.97 -
YUV 173.53 136.16 50.59 -
System Red Green Blue C M Y K H S L
Decimal 65 226 188 0.71 0 0.17 0.11 165.84 0.74 0.57
Hex 41 E2 BC 47 0 11 B A6 4A 39
Octal 101 342 274 107 0 21 13 246 112 71
Binary 1000001 11100010 10111100 1000111 0 10001 1011 10100110 1001010 111001

Color Harmonies of #41E2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E2BC

Black with #41E2BC

Text Example


Text Example

White with #41E2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,226,188); }

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

background-color css

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

 a { background-color: rgb(65,226,188); }

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

border-color css

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

 span { border-color: rgb(65,226,188); }

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