Html Css Color HEX #41FFAC Turquoise

📋 copy color: '#41FFAC'

red 65 ◦ green 255 ◦ blue 172

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

Shades of Turquoise #41FFAC

Tints of Turquoise #41FFAC

RGB

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

 GREEN value IS 255 (100% from 255) = 51.83%

 BLUE value IS 172 (67.58% from 255) = 34.96%

R = 13.21%
G = 51.83%
B = 34.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#41FFAC (or 0x41FFAC) is known color: Turquoise. HEX triplet: 41, FF and AC. RGB value is (65,255,172). Sum of RGB (Red+Green+Blue) = 65+255+172=492 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.21% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FFAC is #BE0053. Grayscale: #BCBCBC. Windows color (decimal): -12451924 or 11337537. OLE color: 11337537.

HSL color Cylindrical-coordinate representation of color #41FFAC: hue angle of 153.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFAC is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 65 255 172 -
CMYK 0.75 0 0.33 0
HSL 153.79º 1% 0.63% -
HSV(B) 153.79º 0.75% 1% -
XYZ 45.39 75.62 51.23 -
YUV 188.73 118.55 39.75 -
System Red Green Blue C M Y K H S L
Decimal 65 255 172 0.75 0 0.33 0 153.79 1 0.63
Hex 41 FF AC 4B 0 21 0 9A 64 3F
Octal 101 377 254 113 0 41 0 232 144 77
Binary 1000001 11111111 10101100 1001011 0 100001 0 10011010 1100100 111111

Color Harmonies of #41FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FFAC

Black with #41FFAC

Text Example


Text Example

White with #41FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,255,172); }

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

background-color css

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

 a { background-color: rgb(65,255,172); }

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

border-color css

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

 span { border-color: rgb(65,255,172); }

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