#41FDB3

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

Shades of Turquoise #41FDB3

Tints of Turquoise #41FDB3

Color information

#41FDB3 (or 0x41FDB3) is unknown color: approx Turquoise. HEX triplet: 41, FD and B3. RGB value is (65,253,179). Sum of RGB (Red+Green+Blue) = 65+253+179=497 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.08% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FDB3 is #BE024C. Grayscale: #BCBCBC. Windows color (decimal): -12452429 or 11795777. OLE color: 11795777.

HSL color Cylindrical-coordinate representation of color #41FDB3: hue angle of 156.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FDB3 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB65253179-
CMYK0.7400.290.01
HSL156.38º97.92%62.35%-
HSV(B)156.38º74.31%99.22%-
XYZ45.4474.6354.66-
YUV188.35122.7240.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.08%
GREEN value IS 253 (99.22% from 255) = 50.91%
BLUE value IS 179 (70.31% from 255) = 36.02%
R=13.08%
G=50.91%
B=36.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal652531790.7400.290.01156.3897.9262.35
Hex41FDB34A01D19c623e
Octal101375263112035123414276
Binary1000001111111011011001110010100111011100111001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,253,179); }

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

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

 a { background-color: rgb(65,253,179); }

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

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

 span { border-color: rgb(65,253,179); }

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