Html Css Color HEX #41FFAB Turquoise

📋 copy color: '#41FFAB'

red 65 ◦ green 255 ◦ blue 171

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

Shades of Turquoise #41FFAB

Tints of Turquoise #41FFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.83%

R = 13.24%
G = 51.93%
B = 34.83%

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

#41FFAB (or 0x41FFAB) is known color: Turquoise. HEX triplet: 41, FF and AB. RGB value is (65,255,171). Sum of RGB (Red+Green+Blue) = 65+255+171=491 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.24% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FFAB is #BE0054. Grayscale: #BCBCBC. Windows color (decimal): -12451925 or 11272001. OLE color: 11272001.

HSL color Cylindrical-coordinate representation of color #41FFAB: hue angle of 153.47º 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 #41FFAB is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 65 255 171 -
CMYK 0.75 0 0.33 0
HSL 153.47º 1% 0.63% -
HSV(B) 153.47º 0.75% 1% -
XYZ 45.29 75.58 50.73 -
YUV 188.61 118.05 39.83 -
System Red Green Blue C M Y K H S L
Decimal 65 255 171 0.75 0 0.33 0 153.47 1 0.63
Hex 41 FF AB 4B 0 21 0 99 64 3F
Octal 101 377 253 113 0 41 0 231 144 77
Binary 1000001 11111111 10101011 1001011 0 100001 0 10011001 1100100 111111

Color Harmonies of #41FFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FFAB

Black with #41FFAB

Text Example


Text Example

White with #41FFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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