Html Css Color HEX #41F4AF Turquoise

📋 copy color: '#41F4AF'

red 65 ◦ green 244 ◦ blue 175

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

Shades of Turquoise #41F4AF

Tints of Turquoise #41F4AF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.41%

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

R = 13.43%
G = 50.41%
B = 36.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#41F4AF (or 0x41F4AF) is known color: Turquoise. HEX triplet: 41, F4 and AF. RGB value is (65,244,175). Sum of RGB (Red+Green+Blue) = 65+244+175=484 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.43% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #41F4AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F4AF is #BE0B50. Grayscale: #B6B6B6. Windows color (decimal): -12454737 or 11531329. OLE color: 11531329.

HSL color Cylindrical-coordinate representation of color #41F4AF: hue angle of 156.87º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F4AF is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 244 175 -
CMYK 0.73 0 0.28 0.04
HSL 156.87º 0.89% 0.61% -
HSV(B) 156.87º 0.73% 0.96% -
XYZ 42.27 68.92 51.63 -
YUV 182.61 123.7 44.11 -
System Red Green Blue C M Y K H S L
Decimal 65 244 175 0.73 0 0.28 0.04 156.87 0.89 0.61
Hex 41 F4 AF 49 0 1C 4 9D 59 3D
Octal 101 364 257 111 0 34 4 235 131 75
Binary 1000001 11110100 10101111 1001001 0 11100 100 10011101 1011001 111101

Color Harmonies of #41F4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F4AF

Black with #41F4AF

Text Example


Text Example

White with #41F4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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