#41F5BE

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

Shades of Turquoise #41F5BE

Tints of Turquoise #41F5BE

Color information

#41F5BE (or 0x41F5BE) is unknown color: approx Turquoise. HEX triplet: 41, F5 and BE. RGB value is (65,245,190). Sum of RGB (Red+Green+Blue) = 65+245+190=500 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #41F5BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F5BE is #BE0A41. Grayscale: #B8B8B8. Windows color (decimal): -12454466 or 12514625. OLE color: 12514625.

HSL color Cylindrical-coordinate representation of color #41F5BE: hue angle of 161.67º degrees, saturation: 0.9, 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 #41F5BE is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB65245190-
CMYK0.7300.220.04
HSL161.67º90%60.78%-
HSV(B)161.67º73.47%96.08%-
XYZ44.1370.1559.93-
YUV184.91130.8742.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13%
GREEN value IS 245 (96.09% from 255) = 49%
BLUE value IS 190 (74.61% from 255) = 38%
R=13%
G=49%
B=38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal652451900.7300.220.04161.679060.78
Hex41F5BE490164a25a3d
Octal101365276111026424213275
Binary100000111110101101111101001001010110100101000101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,245,190); }

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

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

 a { background-color: rgb(65,245,190); }

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

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

 span { border-color: rgb(65,245,190); }

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