#41FFBB

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

Shades of Turquoise #41FFBB

Tints of Turquoise #41FFBB

Color information

#41FFBB (or 0x41FFBB) is unknown color: approx Turquoise. HEX triplet: 41, FF and BB. RGB value is (65,255,187). Sum of RGB (Red+Green+Blue) = 65+255+187=507 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.82% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFBB is #BE0044. Grayscale: #BEBEBE. Windows color (decimal): -12451909 or 12320577. OLE color: 12320577.

HSL color Cylindrical-coordinate representation of color #41FFBB: hue angle of 158.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFBB is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB65255187-
CMYK0.7500.270
HSL158.53º100%62.75%-
HSV(B)158.53º74.51%100%-
XYZ46.9176.2359.26-
YUV190.44126.0538.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.82%
GREEN value IS 255 (100% from 255) = 50.30%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=12.82%
G=50.30%
B=36.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal652551870.7500.270158.5310062.75
Hex41FFBB4B01B09f643f
Octal101377273113033023714477
Binary1000001111111111011101110010110110110100111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,255,187); }

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

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

 a { background-color: rgb(65,255,187); }

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

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

 span { border-color: rgb(65,255,187); }

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