Html Css Color HEX #41EFC6 Turquoise

📋 copy color: '#41EFC6'

red 65 ◦ green 239 ◦ blue 198

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

Shades of Turquoise #41EFC6

Tints of Turquoise #41EFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.44%

R = 12.95%
G = 47.61%
B = 39.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#41EFC6 (or 0x41EFC6) is known color: Turquoise. HEX triplet: 41, EF and C6. RGB value is (65,239,198). Sum of RGB (Red+Green+Blue) = 65+239+198=502 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.95% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFC6 is #BE1039. Grayscale: #B6B6B6. Windows color (decimal): -12455994 or 13037377. OLE color: 13037377.

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

Color convert

RGB 65 239 198 -
CMYK 0.73 0 0.17 0.06
HSL 165.86º 0.84% 0.6% -
HSV(B) 165.86º 0.73% 0.94% -
XYZ 43.24 66.93 64.07 -
YUV 182.3 136.85 44.33 -
System Red Green Blue C M Y K H S L
Decimal 65 239 198 0.73 0 0.17 0.06 165.86 0.84 0.6
Hex 41 EF C6 49 0 11 6 A6 54 3C
Octal 101 357 306 111 0 21 6 246 124 74
Binary 1000001 11101111 11000110 1001001 0 10001 110 10100110 1010100 111100

Color Harmonies of #41EFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EFC6

Black with #41EFC6

Text Example


Text Example

White with #41EFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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