Html Css Color HEX #41E3BC Turquoise

📋 copy color: '#41E3BC'

red 65 ◦ green 227 ◦ blue 188

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

Shades of Turquoise #41E3BC

Tints of Turquoise #41E3BC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.29%

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

R = 13.54%
G = 47.29%
B = 39.17%

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

#41E3BC (or 0x41E3BC) is known color: Turquoise. HEX triplet: 41, E3 and BC. RGB value is (65,227,188). Sum of RGB (Red+Green+Blue) = 65+227+188=480 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.54% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #41E3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E3BC is #BE1C43. Grayscale: #AEAEAE. Windows color (decimal): -12459076 or 12378945. OLE color: 12378945.

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

Color convert

RGB 65 227 188 -
CMYK 0.71 0 0.17 0.11
HSL 165.56º 0.74% 0.57% -
HSV(B) 165.56º 0.71% 0.89% -
XYZ 38.73 59.69 57.06 -
YUV 174.12 135.83 50.17 -
System Red Green Blue C M Y K H S L
Decimal 65 227 188 0.71 0 0.17 0.11 165.56 0.74 0.57
Hex 41 E3 BC 47 0 11 B A6 4A 39
Octal 101 343 274 107 0 21 13 246 112 71
Binary 1000001 11100011 10111100 1000111 0 10001 1011 10100110 1001010 111001

Color Harmonies of #41E3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E3BC

Black with #41E3BC

Text Example


Text Example

White with #41E3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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