#41F6BC

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

Shades of Turquoise #41F6BC

Tints of Turquoise #41F6BC

Color information

#41F6BC (or 0x41F6BC) is unknown color: approx Turquoise. HEX triplet: 41, F6 and BC. RGB value is (65,246,188). Sum of RGB (Red+Green+Blue) = 65+246+188=499 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13.03% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #41F6BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F6BC is #BE0943. Grayscale: #B9B9B9. Windows color (decimal): -12454212 or 12383809. OLE color: 12383809.

HSL color Cylindrical-coordinate representation of color #41F6BC: hue angle of 160.77º 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 #41F6BC is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB65246188-
CMYK0.7400.240.04
HSL160.77º90.95%60.98%-
HSV(B)160.77º73.58%96.47%-
XYZ44.2170.6758.89-
YUV185.27129.5342.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.03%
GREEN value IS 246 (96.48% from 255) = 49.30%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=13.03%
G=49.30%
B=37.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal652461880.7400.240.04160.7790.9560.98
Hex41F6BC4A0184a15b3d
Octal101366274112030424113375
Binary100000111110110101111001001010011000100101000011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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