#41F6AF

Color #41F6AF Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #41F6AF

Tints of Turquoise #41F6AF

Color information

#41F6AF (or 0x41F6AF) is unknown color: approx Turquoise. HEX triplet: 41, F6 and AF. RGB value is (65,246,175). Sum of RGB (Red+Green+Blue) = 65+246+175=486 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.37% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #41F6AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F6AF is #BE0950. Grayscale: #B7B7B7. Windows color (decimal): -12454225 or 11531841. OLE color: 11531841.

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

Color convert

RGB65246175-
CMYK0.7400.290.04
HSL156.46º90.95%60.98%-
HSV(B)156.46º73.58%96.47%-
XYZ42.8770.1351.83-
YUV183.79123.0343.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.37%
GREEN value IS 246 (96.48% from 255) = 50.62%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=13.37%
G=50.62%
B=36.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal652461750.7400.290.04156.4690.9560.98
Hex41F6AF4A01D49c5b3d
Octal101366257112035423413375
Binary100000111110110101011111001010011101100100111001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41F6AF;
 }
 .AnyTagClassName
 {
   color: #41F6AF;
 }
</style>
background-color css

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

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

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

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

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

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