#41EFBA

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

Shades of Turquoise #41EFBA

Tints of Turquoise #41EFBA

Color information

#41EFBA (or 0x41EFBA) is unknown color: approx Turquoise. HEX triplet: 41, EF and BA. RGB value is (65,239,186). Sum of RGB (Red+Green+Blue) = 65+239+186=490 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.27% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFBA is #BE1045. Grayscale: #B4B4B4. Windows color (decimal): -12456006 or 12250945. OLE color: 12250945.

HSL color Cylindrical-coordinate representation of color #41EFBA: hue angle of 161.72º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EFBA is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB65239186-
CMYK0.7300.220.06
HSL161.72º84.47%59.61%-
HSV(B)161.72º72.8%93.73%-
XYZ41.9166.457.06-
YUV180.93130.8545.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.27%
GREEN value IS 239 (93.75% from 255) = 48.78%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=13.27%
G=48.78%
B=37.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal652391860.7300.220.06161.7284.4759.61
Hex41EFBA490166a2543c
Octal101357272111026624212474
Binary100000111101111101110101001001010110110101000101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,239,186); }

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

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

 a { background-color: rgb(65,239,186); }

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

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

 span { border-color: rgb(65,239,186); }

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