Html Css Color HEX #41E8BC Turquoise

📋 copy color: '#41E8BC'

red 65 ◦ green 232 ◦ blue 188

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

Shades of Turquoise #41E8BC

Tints of Turquoise #41E8BC

RGB

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

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

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

R = 13.4%
G = 47.84%
B = 38.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#41E8BC (or 0x41E8BC) is known color: Turquoise. HEX triplet: 41, E8 and BC. RGB value is (65,232,188). Sum of RGB (Red+Green+Blue) = 65+232+188=485 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.40% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #41E8BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E8BC is #BE1743. Grayscale: #B1B1B1. Windows color (decimal): -12457796 or 12380225. OLE color: 12380225.

HSL color Cylindrical-coordinate representation of color #41E8BC: hue angle of 164.19º 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 #41E8BC is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 232 188 -
CMYK 0.72 0 0.19 0.09
HSL 164.19º 0.78% 0.58% -
HSV(B) 164.19º 0.72% 0.91% -
XYZ 40.11 62.47 57.52 -
YUV 177.05 134.17 48.08 -
System Red Green Blue C M Y K H S L
Decimal 65 232 188 0.72 0 0.19 0.09 164.19 0.78 0.58
Hex 41 E8 BC 48 0 13 9 A4 4E 3A
Octal 101 350 274 110 0 23 11 244 116 72
Binary 1000001 11101000 10111100 1001000 0 10011 1001 10100100 1001110 111010

Color Harmonies of #41E8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E8BC

Black with #41E8BC

Text Example


Text Example

White with #41E8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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