Html Css Color HEX #41EFBE Turquoise

📋 copy color: '#41EFBE'

red 65 ◦ green 239 ◦ blue 190

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

Shades of Turquoise #41EFBE

Tints of Turquoise #41EFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.38%

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

R = 13.16%
G = 48.38%
B = 38.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#41EFBE (or 0x41EFBE) is known color: Turquoise. HEX triplet: 41, EF and BE. RGB value is (65,239,190). Sum of RGB (Red+Green+Blue) = 65+239+190=494 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.16% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFBE is #BE1041. Grayscale: #B5B5B5. Windows color (decimal): -12456002 or 12513089. OLE color: 12513089.

HSL color Cylindrical-coordinate representation of color #41EFBE: hue angle of 163.1º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EFBE is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 239 190 -
CMYK 0.73 0 0.21 0.06
HSL 163.1º 0.84% 0.6% -
HSV(B) 163.1º 0.73% 0.94% -
XYZ 42.34 66.57 59.33 -
YUV 181.39 132.85 44.98 -
System Red Green Blue C M Y K H S L
Decimal 65 239 190 0.73 0 0.21 0.06 163.1 0.84 0.6
Hex 41 EF BE 49 0 15 6 A3 54 3C
Octal 101 357 276 111 0 25 6 243 124 74
Binary 1000001 11101111 10111110 1001001 0 10101 110 10100011 1010100 111100

Color Harmonies of #41EFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EFBE

Black with #41EFBE

Text Example


Text Example

White with #41EFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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