Html Css Color HEX #41F2AF Turquoise

📋 copy color: '#41F2AF'

red 65 ◦ green 242 ◦ blue 175

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

Shades of Turquoise #41F2AF

Tints of Turquoise #41F2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.21%

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 13.49%
G = 50.21%
B = 36.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#41F2AF (or 0x41F2AF) is known color: Turquoise. HEX triplet: 41, F2 and AF. RGB value is (65,242,175). Sum of RGB (Red+Green+Blue) = 65+242+175=482 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.49% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #41F2AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F2AF is #BE0D50. Grayscale: #B5B5B5. Windows color (decimal): -12455249 or 11530817. OLE color: 11530817.

HSL color Cylindrical-coordinate representation of color #41F2AF: hue angle of 157.29º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F2AF is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 242 175 -
CMYK 0.73 0 0.28 0.05
HSL 157.29º 0.87% 0.6% -
HSV(B) 157.29º 0.73% 0.95% -
XYZ 41.67 67.72 51.43 -
YUV 181.44 124.36 44.95 -
System Red Green Blue C M Y K H S L
Decimal 65 242 175 0.73 0 0.28 0.05 157.29 0.87 0.6
Hex 41 F2 AF 49 0 1C 5 9D 57 3C
Octal 101 362 257 111 0 34 5 235 127 74
Binary 1000001 11110010 10101111 1001001 0 11100 101 10011101 1010111 111100

Color Harmonies of #41F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F2AF

Black with #41F2AF

Text Example


Text Example

White with #41F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,242,175); }

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

background-color css

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

 a { background-color: rgb(65,242,175); }

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

border-color css

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

 span { border-color: rgb(65,242,175); }

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